|
@@ -118,6 +118,10 @@ export const STARTED_MUTED = "conference.started_muted";
|
118
|
118
|
* Indicates that subject of the conference has changed.
|
119
|
119
|
*/
|
120
|
120
|
export const SUBJECT_CHANGED = "conference.subjectChanged";
|
|
121
|
+/**
|
|
122
|
+ * Event indicates that local user is talking while he muted himself
|
|
123
|
+ */
|
|
124
|
+export const TALK_WHILE_MUTED = "conference.talk_while_muted";
|
121
|
125
|
/**
|
122
|
126
|
* A new media track was added to the conference. The event provides the
|
123
|
127
|
* following parameters to its listeners:
|
|
@@ -156,7 +160,3 @@ export const USER_ROLE_CHANGED = "conference.roleChanged";
|
156
|
160
|
* User status changed.
|
157
|
161
|
*/
|
158
|
162
|
export const USER_STATUS_CHANGED = "conference.statusChanged";
|
159
|
|
-/**
|
160
|
|
- * Event indicates that local user is talking while he muted himself
|
161
|
|
- */
|
162
|
|
-export const TALK_WHILE_MUTED = "conference.talk_while_muted";
|