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
Syntaxpublic Capability GetVoIPCallingCapability(
CallType callType
)
Parameters
- callType
- Type: Avaya.ClientServicesCallType
The call type.
Return Value
Type:
CapabilityCapability object indicating whether VoIP calling is allowed.
See Also