ソースを参照

Fix: Removes unused event.

master
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),

読み込み中…
キャンセル
保存