Builds the NCCO connect action used to transfer a live call to another number — the document
supplied to the Voice API PUT /v1/calls/:uuid transfer ({ action: 'transfer', destination: { type: 'ncco', ncco: [...] } }). Pure + exported so the transfer payload is testable without the SDK.
Builds the NCCO
connectaction used to transfer a live call to another number — the document supplied to the Voice APIPUT /v1/calls/:uuidtransfer ({ action: 'transfer', destination: { type: 'ncco', ncco: [...] } }). Pure + exported so the transfer payload is testable without the SDK.