ericz 11 rokov pred
rodič
commit
bb1045bf92
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      dist/peer.js
  2. 1 1
      lib/negotiator.js

+ 1 - 1
dist/peer.js

@@ -2082,7 +2082,7 @@ Negotiator._setupListeners = function(connection, pc, pc_id) {
           type: connection.type,
           type: connection.type,
           connectionId: connection.id
           connectionId: connection.id
         },
         },
-        dst: peerId,
+        dst: peerId
       });
       });
     }
     }
   };
   };

+ 1 - 1
lib/negotiator.js

@@ -134,7 +134,7 @@ Negotiator._setupListeners = function(connection, pc, pc_id) {
           type: connection.type,
           type: connection.type,
           connectionId: connection.id
           connectionId: connection.id
         },
         },
-        dst: peerId,
+        dst: peerId
       });
       });
     }
     }
   };
   };