Click or drag to resize

AttendedTransferArgs Constructor (SIPAddress, ISessionCall, DialogID, SIPAddress)

Initializes a new instance of the AttendedTransferArgs class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public AttendedTransferArgs(
	SIPAddress referredBy,
	ISessionCall target,
	DialogID targetDialogID,
	SIPAddress targetSIPAddress
)

Parameters

referredBy
Type: Ozeki.VoIPSIPAddress
target
Type: Ozeki.VoIPISessionCall
targetDialogID
Type: Ozeki.VoIPDialogID
targetSIPAddress
Type: Ozeki.VoIPSIPAddress
See Also