IUpperSessionOnAttendedTransferRequested Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxvoid 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