瀏覽代碼

wrong name

Michelle Bu 11 年之前
父節點
當前提交
9a95bf29e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();