Coach disconnect
During the coaching call, the coach may be disconnected if the coachee's ongoing call ends for any reason.
The coach may also be disconnected if the coachee initiates a conference using the DIALER.START_CONFERENCE
event, as coaching is not supported during conference calls.
When the coach gets disconnected, you shall receive the following DIALER.CALL_STATUS
event:
{
"type": "DIALER.CALL_STATUS",
"payload": {
"status": "idle"
}
}