sora-js-sdk
    Preparing search index...

    Type Alias SignalingOfferMessage

    type SignalingOfferMessage = {
        bundle_id: string;
        channel_id: string;
        client_id: string;
        config?: RTCConfiguration;
        connection_id: string;
        data_channel_signaling?: boolean;
        data_channels?: SignalingOfferMessageDataChannel[];
        encodings?: RTCRtpEncodingParameters[];
        ignore_disconnect_websocket?: boolean;
        metadata?: JSONType;
        mid?: { audio?: string; video?: string };
        rpc_methods?: string[];
        sdp: string;
        session_id?: string;
        simulcast: boolean;
        simulcast_multicodec: boolean;
        spotlight: boolean;
        type: typeof SIGNALING_MESSAGE_TYPE_OFFER;
    }
    Index

    Properties

    bundle_id: string
    channel_id: string
    client_id: string
    config?: RTCConfiguration
    connection_id: string
    data_channel_signaling?: boolean
    encodings?: RTCRtpEncodingParameters[]
    ignore_disconnect_websocket?: boolean
    metadata?: JSONType
    mid?: { audio?: string; video?: string }
    rpc_methods?: string[]
    sdp: string
    session_id?: string
    simulcast: boolean
    simulcast_multicodec: boolean
    spotlight: boolean
    type: typeof SIGNALING_MESSAGE_TYPE_OFFER