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

    Interface UpdateSipEndpointRequestData

    interface UpdateSipEndpointRequestData {
        sipEndpointId: string;
        sipTrunkId: string;
        updateSipEndpointRequestBody:
            | StaticEndpointRequest
            | RegisteredEndpointRequest;
    }
    Index

    Properties

    sipEndpointId: string

    The ID of the SIP endpoint.

    sipTrunkId: string

    The ID of the SIP trunk.

    updateSipEndpointRequestBody: StaticEndpointRequest | RegisteredEndpointRequest

    The body containing the SIP Endpoint details to update