Skip to content
Snippets Groups Projects
  1. Sep 14, 2015
  2. Sep 11, 2015
  3. Sep 10, 2015
  4. Sep 09, 2015
  5. Sep 08, 2015
  6. Sep 07, 2015
    • maxdoumit's avatar
      Restream video after disconnect · 3891db93
      maxdoumit authored
      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.
      3891db93
  7. Sep 04, 2015
  8. Sep 03, 2015
Loading