SessionAbstractThirdPartyAttendedTransfer Method |
Kivulrol a session-on hivjak meg az attended transfert. A request queue-ba kerul.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 ISessionCall
-
- transferee ISessionCall
-
- target ISessionCall
-
- targetParty CallParty
-
See Also