浏览代码

add iceTransports: relay, supported in chrome 39+

master
Philipp Hancke 10 年前
父节点
当前提交
0bd6f34b0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      libs/strophe/strophe.jingle.js

+ 1
- 1
libs/strophe/strophe.jingle.js 查看文件

@@ -3,7 +3,7 @@ Strophe.addConnectionPlugin('jingle', {
3 3
     connection: null,
4 4
     sessions: {},
5 5
     jid2session: {},
6
-    ice_config: {iceServers: []},
6
+    ice_config: {iceServers: [], iceTransports: 'relay'},
7 7
     pc_constraints: {},
8 8
     media_constraints: {
9 9
         mandatory: {

正在加载...
取消
保存