add iceTransports: relay, supported in chrome 39+

pull/173/head
Philipp Hancke 11 years ago
parent e6039a0ccf
commit 0bd6f34b0f
  1. 2
      libs/strophe/strophe.jingle.js

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