Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface SvamlActionConnectMxp

    Determines how an application-to-application call is connected. Available to use in a response to an Incoming Call Event callback.

    interface SvamlActionConnectMxp {
        callHeaders?: CallHeader[];
        destination?: DestinationMxp;
        name: "connectMxp";
    }
    Index

    Properties

    callHeaders?: CallHeader[]

    An optional parameter that allows you to specify or override call headers provided to the receiving Sinch SDK client. Read more about call headers here.

    destination?: DestinationMxp

    Allows you to specify or override the final destination of the call. If the final destination of the call is not dialed, this is a required parameter.

    name: "connectMxp"

    The name property. Must have the value connectMxp.