浏览代码

run on 9000

ericz 12 年之前
父节点
当前提交
b288ce9fa1
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dist/peer.js
  2. 0 0
      dist/peer.min.js

+ 1 - 1
dist/peer.js

@@ -852,7 +852,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;

文件差异内容过多而无法显示
+ 0 - 0
dist/peer.min.js


部分文件因为文件数量过多而无法显示