directTransferCall

abstract fun directTransferCall(toPhoneNumber: String, callback: CompletionHandler<DirectTransferResult>)

Transfers the active call to the given number. Current call immediately disconnects after transfering

Since

3.8.0

Parameters

toPhoneNumber

: The number to which the active call will be transferred

callback

: Async callback that returns the result of the operation