Reset
This event is used to reset the internal state of the dialer which allows you to go back to the initial state and unsubscribe from any realtime changes that occurs on the last successful call.
{
"type": "DIALER.RESET"
}
After sending this event, you should expect to receive a DIALER.CALL_STATUS
event with the following payload:
{
"type": "DIALER.CALL_STATUS",
"payload": {
"status": "idle"
}
}