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

    Interface CreateSipEndpointRequestData

    interface CreateSipEndpointRequestData {
        createSipEndpointRequestBody:
            | StaticEndpointRequest
            | RegisteredEndpointRequest;
        sipTrunkId: string;
    }
    Index

    Properties

    createSipEndpointRequestBody: StaticEndpointRequest | RegisteredEndpointRequest

    The body containing the SIP Endpoint to create for the SIP trunk

    sipTrunkId: string

    The ID of the SIP trunk.