| CallCreationInfo Constructor (Int32, String) |
Constructs a call creation info with remote call arguments.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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