ericz 12 سال پیش
والد
کامیت
9792024966
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/peer.js

+ 1 - 1
lib/peer.js

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