blindTransferTo

abstract fun blindTransferTo(callId: String?, phoneNumberValue: String?)

Blind transfer the current call to a specified number. Only available for Cloud PBX.

Parameters

callId

String the session id to blind transfer

phoneNumberValue

String the number to blind transfer to


abstract suspend fun blindTransferTo(callId: String?, webRTCCall: WebRTCCall?): RainbowResult<Unit>

Blind transfer the current call to a P2P WebRTCCall. Only available for Cloud PBX.

Return

RainbowResult for success or error

Parameters

callId

String the session id to blind transfer

webRTCCall

WebRTCCall the P2P call to transfer