callSession.toVoicemail()
This is reserved for inbound call sessions only.
When called, the current call will not be answered, and instead be transfered to the user's voicemail to leave a message.
Sample
await callSession.toVoicemail();
Inputs
None.
Outputs
None.