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

    Interface DestinationSip

    The type of device and number or endpoint to call.

    interface DestinationSip {
        endpoint: string;
        type: string;
    }
    Index

    Properties

    Properties

    endpoint: string

    For type sip the value is the SIP address for a SIP endpoint.

    type: string

    Type sip for SIP infrastructures.