|
|
|
@ -484,7 +484,6 @@ function($, _, PeerCall, PeerConference, PeerXfer, PeerScreenshare, UserMedia, u |
|
|
|
}, this)); |
|
|
|
}, this)); |
|
|
|
call.e.on("connectionStateChange", _.bind(function(event, state, currentcall) { |
|
|
|
call.e.on("connectionStateChange", _.bind(function(event, state, currentcall) { |
|
|
|
switch (state) { |
|
|
|
switch (state) { |
|
|
|
case "disconnected": |
|
|
|
|
|
|
|
case "failed": |
|
|
|
case "failed": |
|
|
|
this.conference.markDisconnected(currentcall.id); |
|
|
|
this.conference.markDisconnected(currentcall.id); |
|
|
|
break; |
|
|
|
break; |
|
|
|
|