Updates binaries

This commit is contained in:
hristoterezov 2016-01-13 11:48:45 -06:00
parent 3aef4ec0f3
commit 53fe9fe09d
2 changed files with 2 additions and 2 deletions

View File

@ -1601,7 +1601,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) {

File diff suppressed because one or more lines are too long