Click or drag to resize
CallServiceGetCreateCallCapability Method
Gets Capability object indicating whether the call can be created.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public Capability GetCreateCallCapability(
	CallCreationInfo callCreationInfo
)

Parameters

callCreationInfo
Type: Avaya.ClientServicesCallCreationInfo
The line appearance id and other call creation information.

Return Value

Type: Capability
Capability object indicating whether the call can be created.
See Also