-
- Downloads
Fix deskshare media sync when deskshare loads before webcam/audio
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.
Showing
- record-and-playback/presentation/playback/presentation/2.0/lib/writing.js 1 addition, 0 deletions...ack/presentation/playback/presentation/2.0/lib/writing.js
- record-and-playback/presentation/playback/presentation/2.0/playback.js 0 additions, 1 deletion...ayback/presentation/playback/presentation/2.0/playback.js
Loading
Please register or sign in to comment