Browse Source

default 9000

ericz 12 years ago
parent
commit
9792024966
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/peer.js

+ 1 - 1
lib/peer.js

@@ -13,7 +13,7 @@ function Peer(id, options) {
     debug: false,
     debug: false,
     host: '0.peerjs.com',
     host: '0.peerjs.com',
     config: { 'iceServers': [{ 'url': 'stun:stun.l.google.com:19302' }] },
     config: { 'iceServers': [{ 'url': 'stun:stun.l.google.com:19302' }] },
-    port: 80
+    port: 9000
   }, options);
   }, options);
   this._options = options;
   this._options = options;
   util.debug = options.debug;
   util.debug = options.debug;