Click or drag to resize

ConferenceSetVideoAllowed Method

Controls whether video is allowed on the conference call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetVideoAllowed(
	bool allowed,
	ConferenceConferenceActionCompletionHandler completionHandler
)

Parameters

allowed
Type: SystemBoolean
Set to true to enable video on the conference call; false to disable video.
completionHandler
Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
Remarks
When the operation is successful, a status update is reported through any event handler(s) registered against the VideoStatusChanged event on this Conference object.

The client application should not use this conferencing related method to add/remove video for a point-to-point call, and should instead use the methods on the Call class.

See Also