# micStateChangedByConferenceOwner
Description: the notification showing that the microphone has been muted or unmuted by the conference owner.
Example:
{
    "event": "micStateChangedByConferenceOwner",
    "mute": false,
    "confId": "00000351@some.server#vcs",
    "method": "event"
}
Parameter description:
- mute— the flag indicating if the microphone is muted or unmuted. It can be either- trueor- false
- confId— Unique communication session identifier
See also: