Skip to content
Snippets Groups Projects
  1. Oct 10, 2019
    • Richard Alam's avatar
      Have only one ESL listener · 0a6701ff
      Richard Alam authored
       - on auto-reconnect when FS restarts, the auto-reconnect add another
         listener to the ESL client resulting in multiple handlers of ESL events
         and multiple messages to akka-apps. This resulted in multiple recordings
         of audio when the first user joins as akka-apps receives 2 user join events.
      0a6701ff
  2. Oct 09, 2019
  3. Oct 08, 2019
  4. Oct 07, 2019
    • Dixon Fred's avatar
      Merge pull request #8193 from kepstin/deskshare-autoplay · 6c0e1ce0
      Dixon Fred authored
      Fix deskshare media sync when deskshare loads before webcam/audio
      6c0e1ce0
    • Calvin Walton's avatar
      Fix deskshare media sync when deskshare loads before webcam/audio · d5097fa4
      Calvin Walton authored
      If the secondary media loaded before the main media, it would run the
      "setMediaSync" function before the main media player was setup. As a
      side-effect of setting up the main media player, all of the event handlers
      added by the setMediaSync function are detached, and so the secondary
      media never starts playing.
      
      Move the call to setMediaSync to after the media-ready events for all
      media have fired, so that it can reliably attach the event handlers.
      d5097fa4
  5. Oct 06, 2019
  6. Oct 05, 2019
  7. Oct 04, 2019
  8. Oct 03, 2019
  9. Oct 02, 2019
  10. Oct 01, 2019
  11. Sep 30, 2019
Loading