# On_micStateChangedByConferenceOwner
Description
The notification showing that the microphone has been muted or unmuted by the conference owner
EventHandler<string> On_micStateChangedByConferenceOwner
Response example
{
"event": "micStateChangedByConferenceOwner",
"mute": false,
"confId": "00000351@some.server#vcs",
"method": "event"
}
Response Parameters
Name | Description |
---|---|
mute | The flag indicating if the microphone is muted or unmuted. It can be either true or false |
confId | Unique communication session identifier |
See also