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 fun blindTransferTo(callId: String?, webRTCCall: WebRTCCall?, listener: RainbowListener<Unit, BlindTransferError>?)

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

Parameters

callId

String the session id to blind transfer

webRTCCall

WebRTCCall the P2P call to transfer

listener

RainbowListener for success or error