MultiPartyCall
Conference
AudioStream
- Overview
- Initiate an audio stream
- Stream events to Plivo
Dial
GetDigits
PreAnswer
Redirect
Hang up
Hang up call after a minute
Copy
Ask AI
<Response>
<Hangup schedule="60" reason="rejected" />
<Speak loop="0">This call will be hung up after a minute</Speak>
</Response>
This example shows how to schedule a hangup for a call after a minute while playing a message on the call.4
Copy
Ask AI
<Response>
<Hangup schedule="60" reason="rejected" />
<Speak loop="0">This call will be hung up after a minute</Speak>
</Response>
Copy
Ask AI
<Response>
<Hangup schedule="60" reason="rejected" />
<Speak loop="0">This call will be hung up after a minute</Speak>
</Response>
Assistant
Responses are generated using AI and may contain mistakes.