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