Click or drag to resize

CallServiceGetVoIPCallingCapability Method

Gets Capability object indicating whether the VoIP calling is allowed for specific call type. For each call type VoIP calling capability is calculated based on user configuration and available network.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Capability GetVoIPCallingCapability(
	CallType callType
)

Parameters

callType
Type: Avaya.ClientServicesCallType
The call type.

Return Value

Type: Capability
Capability object indicating whether VoIP calling is allowed.
See Also