Przeglądaj źródła

Fixes the filename in require call of data channels file.

master
hristoterezov 11 lat temu
rodzic
commit
a1da42ff00
2 zmienionych plików z 244 dodań i 243 usunięć
  1. 243
    242
      libs/modules/RTC.bundle.js
  2. 1
    1
      modules/RTC/RTC.js

+ 243
- 242
libs/modules/RTC.bundle.js
Plik diff jest za duży
Wyświetl plik


+ 1
- 1
modules/RTC/RTC.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz