Click or drag to resize
CallCreationInfo Constructor (Int32, String)
Constructs a call creation info with remote call arguments.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public CallCreationInfo(
	int lineAppearanceId,
	string lineAppearanceOwner
)

Parameters

lineAppearanceId
Type: SystemInt32
The Avaya lineid for the remote call.
lineAppearanceOwner
Type: SystemString
The remote call owner name.
Remarks
Can be used if application needs to create a call from remote call.
See Also