Преглед на файлове

Fixes issue with selected user resource jid variable.

j8
hristoterezov преди 10 години
родител
ревизия
4d39d4ccc3
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1
    1
      index.html
  2. 1
    1
      libs/app.bundle.js
  3. 1
    1
      modules/RTC/DataChannels.js

+ 1
- 1
index.html Целия файл

@@ -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=11"></script>
22
+    <script src="libs/app.bundle.js?v=12"></script>
23 23
 
24 24
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
25 25
     <link rel="stylesheet" href="css/font.css?v=6"/>

+ 1
- 1
libs/app.bundle.js Целия файл

@@ -324,7 +324,7 @@ var DataChannels =
324 324
             // selections so that it can do adaptive simulcast,
325 325
             // we want the notification to trigger even if userJid is undefined,
326 326
             // or null.
327
-            var userJid = APP.UI.getLargeVideoState().userJid;
327
+            var userJid = APP.UI.getLargeVideoState().userResourceJid;
328 328
             // we want the notification to trigger even if userJid is undefined,
329 329
             // or null.
330 330
             onSelectedEndpointChanged(userJid);

+ 1
- 1
modules/RTC/DataChannels.js Целия файл

@@ -36,7 +36,7 @@ var DataChannels =
36 36
             // selections so that it can do adaptive simulcast,
37 37
             // we want the notification to trigger even if userJid is undefined,
38 38
             // or null.
39
-            var userJid = APP.UI.getLargeVideoState().userJid;
39
+            var userJid = APP.UI.getLargeVideoState().userResourceJid;
40 40
             // we want the notification to trigger even if userJid is undefined,
41 41
             // or null.
42 42
             onSelectedEndpointChanged(userJid);

Loading…
Отказ
Запис