Fixes start muted event name

This commit is contained in:
hristoterezov 2016-01-12 15:57:37 -06:00
parent dfeab252b0
commit eb3adadd7e
3 changed files with 4 additions and 4 deletions

View File

@ -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.
*/

View File

@ -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