Click or drag to resize
ActiveParticipantAssignAsLecturer Method
Used by a conference moderator to select a participant to be a lecturer during the conference call.

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

Parameters

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