Selaa lähdekoodia

Fixes TypeError not a function.

dev1
damencho 9 vuotta sitten
vanhempi
commit
9ce6126a2f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      modules/RTC/DataChannels.js

+ 1
- 1
modules/RTC/DataChannels.js Näytä tiedosto

67
         // selections so that it can do adaptive simulcast,
67
         // selections so that it can do adaptive simulcast,
68
         // we want the notification to trigger even if userJid is undefined,
68
         // we want the notification to trigger even if userJid is undefined,
69
         // or null.
69
         // or null.
70
-        this.handleSelectedEndpointEvent(this.lastSelectedEndpoint);
70
+        self.handleSelectedEndpointEvent(self.lastSelectedEndpoint);
71
     };
71
     };
72
 
72
 
73
     dataChannel.onerror = function (error) {
73
     dataChannel.onerror = function (error) {

Loading…
Peruuta
Tallenna