paweldomas 10 роки тому
джерело
коміт
7776bc92a4
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      modules/UI/videolayout/RemoteVideo.js

+ 1
- 1
modules/UI/videolayout/RemoteVideo.js Переглянути файл

212
 
212
 
213
     // If the container is currently visible we attach the stream.
213
     // If the container is currently visible we attach the stream.
214
     if (!isVideo || (this.container.offsetParent !== null && isVideo)) {
214
     if (!isVideo || (this.container.offsetParent !== null && isVideo)) {
215
-        waitForPlayback(stream);
215
+        this.waitForPlayback(stream);
216
 
216
 
217
         APP.RTC.attachMediaStream(sel, stream);
217
         APP.RTC.attachMediaStream(sel, stream);
218
     }
218
     }

Завантаження…
Відмінити
Зберегти