Skip to main content

Start warm transfer

This event is used to start a warm transfer call.

{
"type": "DIALER.START_WARM_TRANSFER",
"payload": {
"to": "String"
}
}

After sending this event, a Warm transfer will be initiated, you should expect to receive a DIALER.CALL_STATUS event with the following payload:

{
"type": "DIALER.CALL_STATUS",
"payload": {
"flow": "regular",
"status": "startingWarmTransfer"
}
}

If there is a problem during the exchange, the call will revert to the previous state.

See the Warm transfer flow in the DIALER.CALL_STATUS docs