We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306c121 commit 6955887Copy full SHA for 6955887
js/modules/webrtc/qbWebRTCSession.js
@@ -251,7 +251,7 @@ WebRTCSession.prototype.accept = function(extension) {
251
oppIDs.forEach(function(opID, i, arr) {
252
if(self.currentUserID > opID){
253
// call to the user
254
- self._callInternal(opID, {}, false);
+ self._callInternal(opID, {}, true);
255
}
256
});
257
0 commit comments