Click or drag to resize

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
Syntax
C#
public Capability GetVideoCapability(
	CallType callType
)

Parameters

callType
Type: Avaya.ClientServicesCallType
The call type.

Return Value

Type: Capability
Capability object indicating whether video is allowed.
See Also