ソースを参照

Revert "add iceTransports: relay, supported in chrome 39+"

Seems to be causing problems with chrome 40

This reverts commit 0bd6f34b0f.
master
Boris Grozev 10年前
コミット
78c412ad20
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      libs/strophe/strophe.jingle.js

+ 1
- 1
libs/strophe/strophe.jingle.js ファイルの表示

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

読み込み中…
キャンセル
保存