sora-js-sdk
    Preparing search index...

    Type Alias SignalingNotifySpotlightChanged

    type SignalingNotifySpotlightChanged = {
        audio: boolean;
        client_id: string | null;
        connection_id: string | null;
        event_type: "spotlight.changed";
        fixed?: boolean;
        spotlight_id: string;
        type: typeof SIGNALING_MESSAGE_TYPE_NOTIFY;
        video: boolean;
    }
    Index

    Properties

    audio: boolean
    client_id: string | null
    connection_id: string | null
    event_type: "spotlight.changed"
    fixed?: boolean
    spotlight_id: string
    type: typeof SIGNALING_MESSAGE_TYPE_NOTIFY
    video: boolean