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.
2 parents 8191153 + ee40f0a commit a30d672Copy full SHA for a30d672
3 files changed
dist/peer.js
@@ -556,7 +556,6 @@ Negotiator._setupListeners = function(connection, pc, pc_id) {
556
557
pc.oniceconnectionstatechange = function() {
558
switch (pc.iceConnectionState) {
559
- case 'disconnected':
560
case 'failed':
561
util.log('iceConnectionState is disconnected, closing connections to ' + peerId);
562
connection.close();
0 commit comments