Fixes the filename in require call of data channels file.

This commit is contained in:
hristoterezov 2014-12-19 17:49:22 +02:00
parent 5b34a66cb6
commit a1da42ff00
2 changed files with 244 additions and 243 deletions

File diff suppressed because one or more lines are too long

View File

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