Skip to content

Commit 6f158e1

Browse files
committed
QBWEBSDK-202
1 parent 160c56c commit 6f158e1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

js/modules/webrtc/qbWebRTCSession.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ WebRTCSession.prototype.connectionStateForUser = function(userID){
153153

154154
/**
155155
* Detach media stream from audio/video element
156-
* @param {string} The Id of an ellement to detach a stream
156+
* @param {string} The Id of an element to detach a stream
157157
*/
158158
WebRTCSession.prototype.detachMediaStream = function(id){
159159
var elem = document.getElementById(id);

0 commit comments

Comments
 (0)