Member Junction
    Preparing search index...

    One NCCO action (the JSON building block of a Vonage Call Control Object document).

    interface NccoAction {
        action: string;
        endpoint?: NccoEndpoint[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Arbitrary action-specific fields (e.g. eventUrl, from) without widening to any.

    Index

    Properties

    Properties

    action: string

    The action verb ('connect', 'talk', 'input', …).

    endpoint?: NccoEndpoint[]

    The connect-action endpoints (the websocket media leg for media-bridged calls).