Просмотр исходного кода

add iceTransports: relay, supported in chrome 39+

master
Philipp Hancke 10 лет назад
Родитель
Сommit
0bd6f34b0f
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: []},
6
+    ice_config: {iceServers: [], iceTransports: 'relay'},
7
     pc_constraints: {},
7
     pc_constraints: {},
8
     media_constraints: {
8
     media_constraints: {
9
         mandatory: {
9
         mandatory: {

Загрузка…
Отмена
Сохранить