paweldomas 10 лет назад
Родитель
Сommit
7776bc92a4
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      modules/UI/videolayout/RemoteVideo.js

+ 1
- 1
modules/UI/videolayout/RemoteVideo.js Просмотреть файл

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

Загрузка…
Отмена
Сохранить