Skip to content
Snippets Groups Projects
Commit 453d7204 authored by Dixon Fred's avatar Dixon Fred Committed by GitHub
Browse files

Merge pull request #3758 from capilkey/fix-caption-transcript-null

Fix issue where client transcripts could get into a bad state
parents 86afdb55 de7dfe66
Branches master
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ package org.bigbluebutton.modules.caption.services {
var event:ReceiveUpdateCaptionOwnerEvent = new ReceiveUpdateCaptionOwnerEvent(ReceiveUpdateCaptionOwnerEvent.RECEIVE_UPDATE_CAPTION_OWNER_EVENT);
event.locale = message.locale;
event.localeCode = message.localeCode;
event.localeCode = message.locale_code;
event.ownerID = message.owner_id;
var dispatcher:Dispatcher = new Dispatcher();
dispatcher.dispatchEvent(event);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment