Michelle Bu 11 lat temu
rodzic
commit
9a95bf29e1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/util.js

+ 1 - 1
lib/util.js

@@ -135,7 +135,7 @@ var util = {
       };
       // FIXME: this is not great because in theory it doesn't work for
       // av-only browsers (?).
-      var negotiationDC = negotiationPC.createDataChannel('_PEERJSRELIABLETEST');
+      var negotiationDC = negotiationPC.createDataChannel('_PEERJSNEGOTIATIONTEST');
 
       negotiationPC.close();
       negotiationDC.close();