瀏覽代碼

Generates app bundle file

j8
hristoterezov 10 年之前
父節點
當前提交
ffb1d6ea17
共有 2 個檔案被更改,包括 3 行新增2 行删除
  1. 1
    1
      index.html
  2. 2
    1
      libs/app.bundle.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=3"></script>
22
+    <script src="libs/app.bundle.js?v=4"></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"/>

+ 2
- 1
libs/app.bundle.js 查看文件

@@ -12226,7 +12226,7 @@ JingleSession.prototype.switchStreams = function (new_stream, oldStream, success
12226 12226
         self.peerconnection.addStream(new_stream);
12227 12227
     }
12228 12228
 
12229
-    RTC.switchVideoStreams(new_stream, oldStream);
12229
+    APP.RTC.switchVideoStreams(new_stream, oldStream);
12230 12230
 
12231 12231
     // Conference is not active
12232 12232
     if(!oldSdp || !self.peerconnection) {
@@ -12644,6 +12644,7 @@ JingleSession.prototype.remoteStreamAdded = function (data) {
12644 12644
 }
12645 12645
 
12646 12646
 module.exports = JingleSession;
12647
+
12647 12648
 },{"../../service/RTC/RTCBrowserType":77,"./SDP":47,"./SDPDiffer":48,"./SDPUtil":49,"./TraceablePeerConnection":50}],47:[function(require,module,exports){
12648 12649
 /* jshint -W117 */
12649 12650
 var SDPUtil = require("./SDPUtil");

Loading…
取消
儲存