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

    Interface UpdateSipTrunkRequestData

    interface UpdateSipTrunkRequestData {
        sipTrunkId: string;
        updateSipTrunkRequestBody: Partial<
            Pick<SipTrunk, "name" | "hostName" | "enableCallerName">,
        >;
    }
    Index

    Properties

    sipTrunkId: string

    The ID of the SIP trunk.

    updateSipTrunkRequestBody: Partial<
        Pick<SipTrunk, "name" | "hostName" | "enableCallerName">,
    >

    The SIP trunk details to be used to update the SIP trunk