|
@@ -611,7 +611,7 @@ Strophe.addConnectionPlugin('jingle', {
|
611
|
611
|
break;
|
612
|
612
|
}
|
613
|
613
|
});
|
614
|
|
- this.ice_config.iceServers = iceservers;
|
|
614
|
+ this.connection.jingle.ice_config.iceServers = iceservers;
|
615
|
615
|
},
|
616
|
616
|
function (err) {
|
617
|
617
|
console.warn('getting turn credentials failed', err);
|
|
@@ -1452,7 +1452,7 @@ function JingleSession(me, sid, connection) {
|
1452
|
1452
|
this.stopTime = null;
|
1453
|
1453
|
this.media_constraints = null;
|
1454
|
1454
|
this.pc_constraints = null;
|
1455
|
|
- this.ice_config = {},
|
|
1455
|
+ this.ice_config = {};
|
1456
|
1456
|
this.drip_container = [];
|
1457
|
1457
|
|
1458
|
1458
|
this.usetrickle = true;
|