-
- Downloads
Restream video after disconnect
This commit will enable the client to restream video in the case of a disconnect. A _restream variable has been added to the VideoEventMapDelegate.as, that will dictate if the stream needs to be restream. The setting are stored also stored so ensure that no user interaction is needed to restream the video. VideoEventMapDelegate.as now listens to BBBEvent.RECONNECT_CONNECTION_ATTEMPT_SUCCEEDED_EVENT, and will restream the video in the case _restream is true. _restream is set to true when the user shares his camera, and set to false when the user manually closes his camera.
Showing
- bigbluebutton-client/src/org/bigbluebutton/main/events/BBBEvent.as 1 addition, 0 deletions...tton-client/src/org/bigbluebutton/main/events/BBBEvent.as
- bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml 1 addition, 0 deletions...c/org/bigbluebutton/main/views/CameraDisplaySettings.mxml
- bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMap.mxml 8 additions, 0 deletions...g/bigbluebutton/modules/videoconf/maps/VideoEventMap.mxml
- bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as 22 additions, 4 deletions...luebutton/modules/videoconf/maps/VideoEventMapDelegate.as
- bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/ToolbarPopupButton.mxml 5 additions, 0 deletions...luebutton/modules/videoconf/views/ToolbarPopupButton.mxml
Loading
Please register or sign in to comment