Pārlūkot izejas kodu

Updates app.bundle.js.

j8
George Politis 10 gadus atpakaļ
vecāks
revīzija
172c2d3d71
2 mainītis faili ar 1 papildinājumiem un 6 dzēšanām
  1. 1
    1
      index.html
  2. 0
    5
      libs/app.bundle.js

+ 1
- 1
index.html Parādīt failu

@@ -19,7 +19,7 @@
19 19
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
20 20
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
21 21
     <script src="interface_config.js?v=5"></script>
22
-    <script src="libs/app.bundle.js?v=65"></script>
22
+    <script src="libs/app.bundle.js?v=66"></script>
23 23
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
24 24
     <link rel="stylesheet" href="css/font.css?v=7"/>
25 25
     <link rel="stylesheet" href="css/toastr.css?v=1">

+ 0
- 5
libs/app.bundle.js Parādīt failu

@@ -12687,9 +12687,6 @@ JingleSession.prototype.updateModifySourcesQueue = function() {
12687 12687
     }
12688 12688
 };
12689 12689
 
12690
-//TODO: this array must be removed when firefox implement multistream support
12691
-JingleSession.notReceivedSSRCs = [];
12692
-
12693 12690
 JingleSession.prototype.initiate = function (peerjid, isInitiator) {
12694 12691
     var self = this;
12695 12692
     if (this.state !== null) {
@@ -16668,8 +16665,6 @@ module.exports = function(XMPP, eventEmitter) {
16668 16665
                 //console.log(jid, 'assoc ssrc', ssrc.getAttribute('type'), ssrc.getAttribute('ssrc'));
16669 16666
                 var ssrcV = ssrc.getAttribute('ssrc');
16670 16667
                 self.ssrc2jid[ssrcV] = from;
16671
-                JingleSession.notReceivedSSRCs.push(ssrcV);
16672
-
16673 16668
 
16674 16669
                 var type = ssrc.getAttribute('type');
16675 16670
 

Notiek ielāde…
Atcelt
Saglabāt