Fixes TypeError not a function.
This commit is contained in:
parent
e206054b2d
commit
17f81ecc31
|
@ -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