Parcourir la source

add iceTransports: relay, supported in chrome 39+

master
Philipp Hancke il y a 11 ans
Parent
révision
0bd6f34b0f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      libs/strophe/strophe.jingle.js

+ 1
- 1
libs/strophe/strophe.jingle.js Voir le fichier

@@ -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: {

Chargement…
Annuler
Enregistrer