Fixes start muted event name
This commit is contained in:
parent
dfeab252b0
commit
eb3adadd7e
|
@ -87,7 +87,7 @@ var JitsiConferenceEvents = {
|
|||
/**
|
||||
* Indicates that start muted settings changed.
|
||||
*/
|
||||
START_MUTED: "conference.start_muted",
|
||||
START_MUTED_POLICY_CHANGED: "conference.start_muted_policy_changed",
|
||||
/**
|
||||
* Indicates that DTMF support changed.
|
||||
*/
|
||||
|
|
|
@ -1026,7 +1026,7 @@ var JitsiConferenceEvents = {
|
|||
/**
|
||||
* Indicates that start muted settings changed.
|
||||
*/
|
||||
START_MUTED: "conference.start_muted",
|
||||
START_MUTED_POLICY_CHANGED: "conference.start_muted_policy_changed",
|
||||
/**
|
||||
* Indicates that DTMF support changed.
|
||||
*/
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue