Undefined method...
This commit is contained in:
parent
420bbe136c
commit
7776bc92a4
|
@ -212,7 +212,7 @@ RemoteVideo.prototype.addRemoteStreamElement = function (sid, stream, thessrc) {
|
||||||
|
|
||||||
// If the container is currently visible we attach the stream.
|
// If the container is currently visible we attach the stream.
|
||||||
if (!isVideo || (this.container.offsetParent !== null && isVideo)) {
|
if (!isVideo || (this.container.offsetParent !== null && isVideo)) {
|
||||||
waitForPlayback(stream);
|
this.waitForPlayback(stream);
|
||||||
|
|
||||||
APP.RTC.attachMediaStream(sel, stream);
|
APP.RTC.attachMediaStream(sel, stream);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue