| 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.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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