Click or drag to resize

ConferenceRequestToBecomeModerator Method

Issues a request to promote the local user to become a conference moderator.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void RequestToBecomeModerator(
	string moderatorPin,
	ConferenceConferenceActionCompletionHandler completionHandler
)

Parameters

moderatorPin
Type: SystemString
Optional PIN required to become a moderator. If a PIN is not required, an empty string can be provided as the input argument.
completionHandler
Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation.
Remarks
The result of the operation is reported through the completionHandler argument. In addition, a separate participant status update notification is reported through the AssignAsModerator(ActiveParticipantParticipantActionCompletionHandler) event associated with the local user's ActiveParticipant object.
See Also