Click or drag to resize
ActiveParticipantControlRemoteCamera Method
Initiate remote camera control command. If the far-end camera does not support remote camera commands, the command fails.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void ControlRemoteCamera(
	CameraControl command,
	ActiveParticipantParticipantActionCompletionHandler completionHandler
)

Parameters

command
Type: Avaya.ClientServicesCameraControl
Camera control command.
completionHandler
Type: Avaya.ClientServicesActiveParticipantParticipantActionCompletionHandler
A completion handler to call when the operation has completed. May be null.
See Also