- 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

@ -29,9 +29,10 @@
[Bindable]
private var breakoutRoomsReady: Boolean = false;
protected function onCreationCompleteHandler(event:FlexEvent):void {
moderator = UsersUtil.amIModerator();
breakoutRoomsReady = LiveMeeting.inst().breakoutRooms.breakoutRoomsReady;
this.addEventListener(FlexEvent.DATA_CHANGE, dataChangeHandler);
}