Reject
This event is used to reject an incoming call.
{
"type": "DIALER.REJECT"
}
If you want to hang up an ongoing call, you can use the DIALER.HANGUP
event instead.
note
If you try to reject an outgoing call or a call that has already been ended, the event will be ignored and you won't receive any error or acknowledgment.