CallServiceGetVideoCapability Method |
Gets Capability object indicating whether the video is allowed for specific call type.
For each call type video capability is calculated based on license, user configuration and available network.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic Capability GetVideoCapability(
CallType callType
)
Parameters
- callType
- Type: Avaya.ClientServicesCallType
The call type.
Return Value
Type:
CapabilityCapability object indicating whether video is allowed.
See Also