- show join url button

This commit is contained in:
Richard Alam 2017-08-17 14:48:08 -07:00
parent c3f159f51d
commit b9adb75a0d

View File

@ -32,6 +32,7 @@
protected function onCreationCompleteHandler(event:FlexEvent):void {
moderator = UsersUtil.amIModerator();
breakoutRoomsReady = LiveMeeting.inst().breakoutRooms.breakoutRoomsReady;
this.addEventListener(FlexEvent.DATA_CHANGE, dataChangeHandler);
}