Merge pull request #414 from SenecaCDOT-BigBlueButton/additional-timeout-case

Stop the webrtc timeout timer when 'connecting' is received
This commit is contained in:
Richard Alam 2014-10-30 16:57:52 -04:00
commit 4f6362168c

View File

@ -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);