|
@@ -833,6 +833,8 @@ function setupListeners(conference) {
|
833
|
833
|
track.mute();
|
834
|
834
|
}
|
835
|
835
|
});
|
|
836
|
+
|
|
837
|
+ conference.eventEmitter.emit(JitsiConferenceEvents.STARTED_MUTED);
|
836
|
838
|
});
|
837
|
839
|
|
838
|
840
|
conference.room.addPresenceListener("startmuted", function (data, from) {
|
|
@@ -1027,6 +1029,10 @@ var JitsiConferenceEvents = {
|
1027
|
1029
|
* Indicates that start muted settings changed.
|
1028
|
1030
|
*/
|
1029
|
1031
|
START_MUTED_POLICY_CHANGED: "conference.start_muted_policy_changed",
|
|
1032
|
+ /**
|
|
1033
|
+ * Indicates that the local user has started muted.
|
|
1034
|
+ */
|
|
1035
|
+ STARTED_MUTED: "conference.started_muted",
|
1030
|
1036
|
/**
|
1031
|
1037
|
* Indicates that DTMF support changed.
|
1032
|
1038
|
*/
|