interface AVSettingsData {
    muted: boolean;
    hidden: boolean;
    speaking: boolean;
}

Properties

Properties

muted: boolean

Whether this user has muted themselves.

hidden: boolean

Whether this user has hidden their video.

speaking: boolean

Whether the user is broadcasting audio.