ソースを参照

Merge pull request #451 from i0n/master

changes RTCPeerConnection iceServers url property to urls
Jairooo 6 年 前
コミット
3dbc8a16a1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/util.js

+ 1 - 1
lib/util.js

@@ -1,4 +1,4 @@
-var defaultConfig = { iceServers: [{ url: "stun:stun.l.google.com:19302" }] };
+var defaultConfig = {'iceServers': [{ 'urls': 'stun:stun.l.google.com:19302' }]};
 var dataCount = 1;
 var dataCount = 1;
 
 
 var BinaryPack = require("js-binarypack");
 var BinaryPack = require("js-binarypack");