RelaySession.OnAttendedTransferRequested Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic override void OnAttendedTransferRequested(
ISessionCall transferor,
ISessionCall transferee,
ISessionCall target,
CallParty targetParty
)
Public Overrides Sub OnAttendedTransferRequested (
transferor As ISessionCall,
transferee As ISessionCall,
target As ISessionCall,
targetParty As CallParty
)
public:
virtual void OnAttendedTransferRequested(
ISessionCall^ transferor,
ISessionCall^ transferee,
ISessionCall^ target,
CallParty targetParty
) override
abstract OnAttendedTransferRequested :
transferor : ISessionCall *
transferee : ISessionCall *
target : ISessionCall *
targetParty : CallParty -> unit
override OnAttendedTransferRequested :
transferor : ISessionCall *
transferee : ISessionCall *
target : ISessionCall *
targetParty : CallParty -> unit
Parameters
- transferor
- Type: Ozeki.VoIP.ISessionCall
- transferee
- Type: Ozeki.VoIP.ISessionCall
- target
- Type: Ozeki.VoIP.ISessionCall
- targetParty
- Type: Ozeki.VoIP.CallParty
Implements
IUpperSession.OnAttendedTransferRequested(ISessionCall, ISessionCall, ISessionCall, CallParty)IUpperSession.OnAttendedTransferRequested(ISessionCall, ISessionCall, ISessionCall, CallParty)
See Also