Browse Source

fix(RTC): invalid reference

dev1
Devin Wilson 8 years ago
parent
commit
adc5e046a8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/RTC/RTC.js

+ 1
- 1
modules/RTC/RTC.js View File

@@ -486,7 +486,7 @@ export default class RTC extends Listenable {
486 486
             delete this.remoteTracks[
487 487
                 toBeRemoved.getParticipantId()][toBeRemoved.getType()];
488 488
 
489
-            this.rtc.eventEmitter.emit(
489
+            this.eventEmitter.emit(
490 490
                 RTCEvents.REMOTE_TRACK_REMOVED, toBeRemoved);
491 491
         }
492 492
 

Loading…
Cancel
Save