SessionAbstractThirdPartyAttendedTransfer Method |
Kivulrol a session-on hivjak meg az attended transfert. A request queue-ba kerul.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void ThirdPartyAttendedTransfer(
ISessionCall transferor,
ISessionCall transferee,
ISessionCall target,
CallParty targetParty
)
Public Sub ThirdPartyAttendedTransfer (
transferor As ISessionCall,
transferee As ISessionCall,
target As ISessionCall,
targetParty As CallParty
)
public:
virtual void ThirdPartyAttendedTransfer(
ISessionCall^ transferor,
ISessionCall^ transferee,
ISessionCall^ target,
CallParty targetParty
) sealed
abstract ThirdPartyAttendedTransfer :
transferor : ISessionCall *
transferee : ISessionCall *
target : ISessionCall *
targetParty : CallParty -> unit
override ThirdPartyAttendedTransfer :
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