With SIPconnected audio, Zoom establishes a SIP trunk a network connection specifically designed to make and deliver phone calls over a direct and private connection between the customer’s network and the Zoom cloud. Meeting participants that dial into a meeting or have the meeting call them, and are OnNet from the perspective of the customers’ IP telephony network, will be connected over this trunk rather than over the PSTN.Use this API to assign SIP trunk s that are available on a Master Account to a Sub Account. <b>Prerequisites:</b>* The account making this API request must be a Master Account with API Partner Plan https://zoom.us/plan/api and SIP Connected Audio Plan.**Scope:** sip_trunk:master

assignSipTrunks(accountId, sip_trunks = NULL, return_response = F)

Arguments

accountId

Unique Identifier of the Sub Account.

sip_trunks

Array of one or more SIP Trunk objects.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.