callSession.transfer(phoneNumber)
Tranfers a call to another phone number.
Sample
await callSession.transfer("5105551234");
Inputs
Parameter | Description |
---|---|
transferTo |
A string representing the phone number to transfer the call to. |
Outputs
None.