Skip to content

Commit 6955887

Browse files
author
dimaspirit
committed
https://quickblox.atlassian.net/browse/QBWEBSDK-124
1 parent 306c121 commit 6955887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/modules/webrtc/qbWebRTCSession.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ WebRTCSession.prototype.accept = function(extension) {
251251
oppIDs.forEach(function(opID, i, arr) {
252252
if(self.currentUserID > opID){
253253
// call to the user
254-
self._callInternal(opID, {}, false);
254+
self._callInternal(opID, {}, true);
255255
}
256256
});
257257
}

0 commit comments

Comments
 (0)