ICallAttendedTransfer Method |
Transfers the call to another phone number.
An attended transfer is a transfer made after notifying the destination party of the transfer.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxvoid AttendedTransfer(
ICall target
)
Sub AttendedTransfer (
target As ICall
)
void AttendedTransfer(
ICall^ target
)
abstract AttendedTransfer :
target : ICall -> unit
Parameters
- target ICall
- The call will be transferred to this call
See Also