On_cameraStateChangedByConferenceOwner
7/5/26Less than 1 minute
On_cameraStateChangedByConferenceOwner
Description
The notification showing that the microphone has been muted/unmuted by the conference owner
EventHandler<string> On_cameraStateChangedByConferenceOwnerResponse 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