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.4.54.0
Syntax
public virtual void OnAttendedTransferRequested(
	ISessionCall transferor,
	ISessionCall transferee,
	ISessionCall target,
	CallParty targetParty
)

Parameters

transferor  ISessionCall
 
transferee  ISessionCall
 
target  ISessionCall
 
targetParty  CallParty
 

Implements

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