Procházet zdrojové kódy

Fixes assigning discovered servers.

j8
Damian Minkov před 11 roky
rodič
revize
3e9bd580cd
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      libs/strophejingle.bundle.js

+ 2
- 2
libs/strophejingle.bundle.js Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit