Accept
This event is used to accept an incoming call.
{
"type": "DIALER.ACCEPT",
"meta": {
"tracking": {
"call_mode": "'pickup_button' | 'notification' | 'shortcut'"
}
}
}
This event doesn't accept any payload, as we are already aware of the incoming call thanks to the DIALER.INCOMING
event.