浏览代码

disconnected may be a transient state

Jairo Caro-Accino 6 年之前
父节点
当前提交
9415f90c59
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/negotiator.ts

+ 0 - 1
lib/negotiator.ts

@@ -164,7 +164,6 @@ Negotiator._setupListeners = function(connection, pc, pc_id) {
         util.log(
           "iceConnectionState is disconnected, closing connections to " + peerId
         );
-        connection.close();
         break;
       case "completed":
         pc.onicecandidate = util.noop;