Member Junction
    Preparing search index...

    One NCCO connect-action endpoint. For media bridging this is a websocket endpoint.

    interface NccoEndpoint {
        "content-type"?: string;
        headers?: Record<string, unknown>;
        type: string;
        uri?: string;
    }
    Index

    Properties

    "content-type"?: string

    The wire content-type (e.g. 'audio/l16;rate=8000').

    headers?: Record<string, unknown>

    Optional headers Vonage forwards on the websocket handshake (call metadata).

    type: string

    Endpoint type — 'websocket' for the bidirectional media leg.

    uri?: string

    The wss://… media URL Vonage opens the bidirectional audio leg to.