@serenada/core
    Preparing search index...

    Interface SceneParticipant

    interface SceneParticipant {
        id: string;
        role: "local" | "remote";
        videoAspectRatio: number | null;
        videoEnabled: boolean;
    }
    Index

    Properties

    id: string
    role: "local" | "remote"
    videoAspectRatio: number | null
    videoEnabled: boolean