add iceTransports: relay, supported in chrome 39+
This commit is contained in:
parent
e6039a0ccf
commit
0bd6f34b0f
|
@ -3,7 +3,7 @@ Strophe.addConnectionPlugin('jingle', {
|
|||
connection: null,
|
||||
sessions: {},
|
||||
jid2session: {},
|
||||
ice_config: {iceServers: []},
|
||||
ice_config: {iceServers: [], iceTransports: 'relay'},
|
||||
pc_constraints: {},
|
||||
media_constraints: {
|
||||
mandatory: {
|
||||
|
|
Loading…
Reference in New Issue