hangup
hangup
- hangup(
reason?):Promise<void>
Hangup the call.
Parameters
reason
Reason for hanging up.
Returns
Promise<void>
Example
In this example, we listen for an incoming call and then hangup right away with a reason of busy.
reason?): Promise<void>Hangup the call.
Reason for hanging up.
Promise<void>
In this example, we listen for an incoming call and then hangup right away with a reason of busy.