Click or drag to resize
ActiveParticipantCameraRemoteControlCapability Property
Capability info indicating whether local user can control the participant's camera. Typically, a conference room system's camera is remotely controllable, where position/tilt/zoom (PTZ) of the camera can be controlled programmatically. The capability returns not supported if the participant does not have a remote controllable camera.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public Capability CameraRemoteControlCapability { get; }

Property Value

Type: Capability
Remarks
Conference video features are not supported when the client is used in shared control mode.
See Also