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