Click or drag to resize

SessionAbstractOnAttendedTransferRequested Method

Egy ISIPCall kuldott attended transfer requestet. A request queue-ba kerul.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public virtual void OnAttendedTransferRequested(
	ISessionCall transferor,
	ISessionCall transferee,
	ISessionCall target,
	CallParty targetParty
)

Parameters

transferor
Type: Ozeki.VoIPISessionCall
transferee
Type: Ozeki.VoIPISessionCall
target
Type: Ozeki.VoIPISessionCall
targetParty
Type: Ozeki.VoIPCallParty

Implements

IUpperSessionOnAttendedTransferRequested(ISessionCall, ISessionCall, ISessionCall, CallParty)
See Also