Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface AVSettingsData

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

    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.