Sfoglia il codice sorgente

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

Seems to be causing problems with chrome 40

This reverts commit 0bd6f34b0f.
j8
Boris Grozev 10 anni fa
parent
commit
78c412ad20
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      libs/strophe/strophe.jingle.js

+ 1
- 1
libs/strophe/strophe.jingle.js Vedi File

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

Loading…
Annulla
Salva