Undefined method...

This commit is contained in:
paweldomas 2015-07-15 14:44:16 +02:00
parent 420bbe136c
commit 7776bc92a4
1 changed files with 1 additions and 1 deletions

View File

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