blind Transfer To
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>?)
Content copied to clipboard
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