Michelle Bu 11 năm trước cách đây
mục cha
commit
0d6e9731a1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lib/util.js

+ 2 - 2
lib/util.js

@@ -139,8 +139,8 @@ var util = {
             util.supports.onnegotiationneeded = true;
           }
         };
-        // FIXME: this is not great because it doesn't work for audio-only
-        // browsers (?).
+        // FIXME: this is not great because in theory it doesn't work for
+        // av-only browsers (?).
         var dc = pc.createDataChannel('_PEERJSRELIABLETEST');
 
         pc.close();