We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6a245 commit 94a6109Copy full SHA for 94a6109
README.md
@@ -13,7 +13,7 @@ var P2P = require('socket.io-p2p');
13
var io = require('socket.io-client');
14
var socket = io();
15
16
-var p2p = new P2P(socket, {});
+var p2p = new P2P(socket);
17
18
p2p.on('ready', function(){
19
p2p.usePeerConnection = true;
0 commit comments