Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
26e88715c0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/shared_video/SharedVideo.js

+ 1
- 1
modules/UI/shared_video/SharedVideo.js View File

51
      *
51
      *
52
      */
52
      */
53
     constructor(emitter) {
53
     constructor(emitter) {
54
-        clog("SVM CONSRUCT class_")
55
         this.emitter = emitter;
54
         this.emitter = emitter;
56
         this.isSharedVideoShown = false;
55
         this.isSharedVideoShown = false;
57
         this.isPlayerAPILoaded = false;
56
         this.isPlayerAPILoaded = false;
179
             window.onYouTubeIframeAPIReady();
178
             window.onYouTubeIframeAPIReady();
180
         } else {
179
         } else {
181
             window.onYouTubeIframeAPIReady = function() {
180
             window.onYouTubeIframeAPIReady = function() {
181
+                window.svm_win ? window.svm_win.svm({that:this,self,args:arguments}) : 0
182
                 self.isPlayerAPILoaded = true;
182
                 self.isPlayerAPILoaded = true;
183
                 const showControls
183
                 const showControls
184
                     = APP.conference.isLocalId(self.from) ? 1 : 0;
184
                     = APP.conference.isLocalId(self.from) ? 1 : 0;

Loading…
Cancel
Save