Pārlūkot izejas kodu

Undefined method...

j8
paweldomas 10 gadus atpakaļ
vecāks
revīzija
7776bc92a4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      modules/UI/videolayout/RemoteVideo.js

+ 1
- 1
modules/UI/videolayout/RemoteVideo.js Parādīt failu

@@ -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
     }

Notiek ielāde…
Atcelt
Saglabāt