提交 538c28af authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7657 #resolve #comment since the one in there doesn't work, we'll just take…

FS-7657 #resolve #comment since the one in there doesn't work, we'll just take it out.  Note you can pass an array of stun servers, including TURN, to the verto when you start it up.  (see verto.js where iceServers is passed)
上级 a9b6caca
This diff was suppressed by a .gitattributes entry.
......@@ -575,11 +575,6 @@
url: !moz ? 'stun:stun.l.google.com:19302' : 'stun:23.21.150.121'
};
var TURN = {
url: 'turn:homeo@turn.bistri.com:80',
credential: 'homeo'
};
var iceServers = null;
if (options.iceServers) {
......@@ -599,12 +594,6 @@
};
if (!moz && !tmp) {
if (parseInt(navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./)[2]) >= 28) TURN = {
url: 'turn:turn.bistri.com:80',
credential: 'homeo',
username: 'homeo'
};
iceServers.iceServers = [STUN];
}
}
......
This diff was suppressed by a .gitattributes entry.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论