浏览代码

fix(RTC): invalid reference

dev1
Devin Wilson 8 年前
父节点
当前提交
adc5e046a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/RTC/RTC.js

+ 1
- 1
modules/RTC/RTC.js 查看文件

486
             delete this.remoteTracks[
486
             delete this.remoteTracks[
487
                 toBeRemoved.getParticipantId()][toBeRemoved.getType()];
487
                 toBeRemoved.getParticipantId()][toBeRemoved.getType()];
488
 
488
 
489
-            this.rtc.eventEmitter.emit(
489
+            this.eventEmitter.emit(
490
                 RTCEvents.REMOTE_TRACK_REMOVED, toBeRemoved);
490
                 RTCEvents.REMOTE_TRACK_REMOVED, toBeRemoved);
491
         }
491
         }
492
 
492
 

正在加载...
取消
保存