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

Properties

hidden?: boolean

Whether this user has hidden their video.

muted?: boolean

Whether this user has muted themselves.

speaking?: boolean

Whether the user is broadcasting audio.