Skip to content
Snippets Groups Projects
Unverified Commit f9b697fb authored by Dixon Fred's avatar Dixon Fred Committed by GitHub
Browse files

Merge pull request #8201 from kepstin/deskshare-autoplay

presentation playback: Make setMediaSync a no-op if there's no deskshare
parents 4aefc00b 726406f0
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,10 @@ function loadDeskshare() {
};
function setMediaSync() {
if (!hasDeskshare) {
return;
}
// Master video
primaryMedia = Popcorn("#video");
// Slave videos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment