sora-js-sdk
    Preparing search index...

    Interface SignalingNotifySpotlightFocused

    interface SignalingNotifySpotlightFocused {
        audio: boolean;
        client_id: string | null;
        connection_id: string;
        event_type: "spotlight.focused";
        fixed: boolean;
        type: "notify";
        video: boolean;
    }
    Index

    Properties

    audio: boolean
    client_id: string | null
    connection_id: string
    event_type: "spotlight.focused"
    fixed: boolean
    type: "notify"
    video: boolean