Click or drag to resize

SessionAttendedTransferEventArgs Constructor

Initializes a new instance of the SessionAttendedTransferEventArgs class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public SessionAttendedTransferEventArgs(
	ISessionCall transferor,
	ISessionCall transferee,
	ISessionCall target
)

Parameters

transferor  ISessionCall
 
transferee  ISessionCall
 
target  ISessionCall
 
See Also