On_cameraStateChangedByConferenceOwner

TrueConf7/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_cameraStateChangedByConferenceOwner

Response example

{
    "event": "cameraStateChangedByConferenceOwner",
    "mute": false,
    "confId": "00000351@some.server#vcs",
    "method": "event"
}

Response Parameters

NameDescription
muteFlag showing whether the camera is muted
confIdUnique comunication session identifier

See also

Last Updated: