On_micStateChangedByConferenceOwner

TrueConf7/5/26Less than 1 minute

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

NameDescription
muteThe flag indicating if the microphone is muted or unmuted. It can be either true or false
confIdUnique communication session identifier

See also

Last Updated: