add iceTransports: relay, supported in chrome 39+

This commit is contained in:
Philipp Hancke 2014-10-16 13:42:23 +02:00
parent e6039a0ccf
commit 0bd6f34b0f
1 changed files with 1 additions and 1 deletions

View File

@ -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: {