sora-js-sdk
    Preparing search index...

    Type Alias SignalingNotifySpotlightFocused

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

    Properties

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