@wildix/wim-voicebots-client > VoiceBots > sendHangup
VoiceBots.sendHangup() method
Signature:
sendHangup(args: SendHangupCommandInput, cb: (err: any, data?: SendHangupCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
---|---|---|
args | ||
cb | (err: any, data?: SendHangupCommandOutput) => void |
Returns:
void