IUpperSessionOnAttendedTransferRequested Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void OnAttendedTransferRequested(
ISessionCall transferor,
ISessionCall transferee,
ISessionCall target,
CallParty targetParty
)
Sub OnAttendedTransferRequested (
transferor As ISessionCall,
transferee As ISessionCall,
target As ISessionCall,
targetParty As CallParty
)
void OnAttendedTransferRequested(
ISessionCall^ transferor,
ISessionCall^ transferee,
ISessionCall^ target,
CallParty targetParty
)
abstract OnAttendedTransferRequested :
transferor : ISessionCall *
transferee : ISessionCall *
target : ISessionCall *
targetParty : CallParty -> unit
Parameters
- transferor
- Type: Ozeki.VoIPISessionCall
- transferee
- Type: Ozeki.VoIPISessionCall
- target
- Type: Ozeki.VoIPISessionCall
- targetParty
- Type: Ozeki.VoIPCallParty
See Also