@serenada/core
    Preparing search index...

    Interface CallScene

    interface CallScene {
        activeSpeakerId: string | null;
        contentSource: ContentSource | null;
        localParticipantId: string;
        participants: SceneParticipant[];
        pinnedParticipantId: string | null;
        safeAreaInsets: Insets;
        userPrefs: UserLayoutPrefs;
        viewportHeight: number;
        viewportWidth: number;
    }
    Index

    Properties

    activeSpeakerId: string | null
    contentSource: ContentSource | null
    localParticipantId: string
    participants: SceneParticipant[]
    pinnedParticipantId: string | null
    safeAreaInsets: Insets
    userPrefs: UserLayoutPrefs
    viewportHeight: number
    viewportWidth: number