Skip to content
Snippets Groups Projects
  1. Oct 09, 2019
  2. Oct 08, 2019
  3. 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
  4. Oct 06, 2019
  5. Oct 05, 2019
  6. Oct 04, 2019
  7. Oct 03, 2019
  8. Oct 02, 2019
  9. Oct 01, 2019
  10. Sep 30, 2019
Loading