Merge branch 'lib-jitsi-meet' of github.com:jitsi/jitsi-meet into lib-jitsi-meet
This commit is contained in:
commit
3aef4ec0f3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue