Revert "add iceTransports: relay, supported in chrome 39+"
Seems to be causing problems with chrome 40
This reverts commit 0bd6f34b0f
.
This commit is contained in:
parent
68e0592363
commit
78c412ad20
|
@ -3,7 +3,7 @@ Strophe.addConnectionPlugin('jingle', {
|
|||
connection: null,
|
||||
sessions: {},
|
||||
jid2session: {},
|
||||
ice_config: {iceServers: [], iceTransports: 'relay'},
|
||||
ice_config: {iceServers: []},
|
||||
pc_constraints: {},
|
||||
media_constraints: {
|
||||
mandatory: {
|
||||
|
|
Loading…
Reference in New Issue