Merge pull request #414 from SenecaCDOT-BigBlueButton/additional-timeout-case
Stop the webrtc timeout timer when 'connecting' is received
This commit is contained in:
commit
4f6362168c
@ -296,8 +296,7 @@ function make_call(username, voiceBridge, server, callback, recall) {
|
||||
|
||||
// The connecting event fires before the listener can be added
|
||||
currentSession.on('connecting', function(){
|
||||
//console.log('call connecting');
|
||||
//callback({'status':'connecting'});
|
||||
clearTimeout(callTimeout);
|
||||
});
|
||||
currentSession.on('progress', function(response){
|
||||
console.log('call progress: ' + response);
|
||||
|
Loading…
Reference in New Issue
Block a user