sora-js-sdk
    Preparing search index...

    Interface SignalingNotifySpotlightChanged

    interface SignalingNotifySpotlightChanged {
        audio: boolean;
        client_id: string | null;
        connection_id: string | null;
        event_type: "spotlight.changed";
        fixed?: boolean;
        spotlight_id: string;
        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: "notify"
    video: boolean