Skip to content

Commit 32e8777

Browse files
author
Igor Khomenko
committed
fixes for webrtc attachMediaStream
1 parent dc9e4e2 commit 32e8777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/modules/qbWebRTC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ WebRTCProxy.prototype.attachMediaStream = function(id, stream, options) {
298298
}
299299
elem.play();
300300
} else {
301-
throw new Error('Unable to attach media stream, element ' + elemId + ' is undefined');
301+
throw new Error('Unable to attach media stream, element ' + id + ' is undefined');
302302
}
303303
};
304304

0 commit comments

Comments
 (0)