Merge branch 'lib-jitsi-meet' of github.com:jitsi/jitsi-meet into lib-jitsi-meet

This commit is contained in:
hristoterezov 2016-01-13 11:47:51 -06:00
commit 3aef4ec0f3
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ DataChannels.prototype.onDataChannel = function (event) {
// selections so that it can do adaptive simulcast,
// we want the notification to trigger even if userJid is undefined,
// or null.
this.handleSelectedEndpointEvent(this.lastSelectedEndpoint);
self.handleSelectedEndpointEvent(self.lastSelectedEndpoint);
};
dataChannel.onerror = function (error) {