소스 검색

default 9000

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;