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

Seems to be causing problems with chrome 40

This reverts commit 0bd6f34b0f.
pull/183/head
Boris Grozev 11 years ago
parent 68e0592363
commit 78c412ad20
  1. 2
      libs/strophe/strophe.jingle.js

@ -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…
Cancel
Save