Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface AvatarComponentData

    Avatar component configuration

    interface AvatarComponentData {
        avatarSrc: string;
        avatarType?: string;
        isSharingAvatarCamera?: boolean;
        muted?: boolean;
    }
    Index

    Properties

    avatarSrc: string
    avatarType?: string
    isSharingAvatarCamera?: boolean
    muted?: boolean