瀏覽代碼

Fix: Removes unused event.

dev1
damencho 5 年之前
父節點
當前提交
badea58ee1
共有 1 個檔案被更改,包括 0 行新增5 行删除
  1. 0
    5
      JitsiConferenceEvents.js

+ 0
- 5
JitsiConferenceEvents.js 查看文件

13
  */
13
  */
14
 export const AUTH_STATUS_CHANGED = 'conference.auth_status_changed';
14
 export const AUTH_STATUS_CHANGED = 'conference.auth_status_changed';
15
 
15
 
16
-/**
17
- * A participant avatar has changed.
18
- */
19
-export const AVATAR_CHANGED = 'conference.avatarChanged';
20
-
21
 /**
16
 /**
22
  * Fired just before the statistics module is disposed and it's the last chance
17
  * Fired just before the statistics module is disposed and it's the last chance
23
  * to submit some logs to the statistics service (ex. CallStats if enabled),
18
  * to submit some logs to the statistics service (ex. CallStats if enabled),

Loading…
取消
儲存