瀏覽代碼

Fixes the filename in require call of data channels file.

master
hristoterezov 10 年之前
父節點
當前提交
a1da42ff00
共有 2 個文件被更改,包括 244 次插入243 次删除
  1. 243
    242
      libs/modules/RTC.bundle.js
  2. 1
    1
      modules/RTC/RTC.js

+ 243
- 242
libs/modules/RTC.bundle.js
文件差異過大導致無法顯示
查看文件


+ 1
- 1
modules/RTC/RTC.js 查看文件

@@ -94,7 +94,7 @@ var RTC = {
94 94
         this.rtcUtils.obtainAudioAndVideoPermissions();
95 95
     },
96 96
     onConferenceCreated: function(event) {
97
-        var DataChannels = require("./datachannels");
97
+        var DataChannels = require("./DataChannels");
98 98
         DataChannels.bindDataChannelListener(event.peerconnection);
99 99
     },
100 100
     muteRemoteVideoStream: function (jid, value) {

Loading…
取消
儲存