# On_cameraStateChangedByConferenceOwner
Description
The notification showing that the microphone has been muted/unmuted by the conference owner
EventHandler<string> On_cameraStateChangedByConferenceOwner
Response example
{
"event": "cameraStateChangedByConferenceOwner",
"mute": false,
"confId": "00000351@some.server#vcs",
"method": "event"
}
Response Parameters
| Name | Description |
|---|---|
| mute | Flag showing whether the camera is muted |
| confId | Unique comunication session identifier |
See also