Click or drag to resize

ConferenceSetMultiplePresentersAllowed Method

Controls whether there can be multiple presenters (panelists) on the call.

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

Parameters

allowed
Type: SystemBoolean
True if multiple presenters are allowed; false otherwise.
completionHandler
Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
See Also