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,
|
connection: null,
|
||||||
sessions: {},
|
sessions: {},
|
||||||
jid2session: {},
|
jid2session: {},
|
||||||
ice_config: {iceServers: []},
|
ice_config: {iceServers: [], iceTransports: 'relay'},
|
||||||
pc_constraints: {},
|
pc_constraints: {},
|
||||||
media_constraints: {
|
media_constraints: {
|
||||||
mandatory: {
|
mandatory: {
|
||||||
|
|
Loading…
Reference in New Issue