Click or drag to resize
ConferenceRequestToBecomeModeratorCapability Property
Returns whether the conference server allows the local user to request to become a moderator. This capability is not supported if the conference server does not support a self-promotion mechanism to become a moderator, or if the local user is already a moderator.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public Capability RequestToBecomeModeratorCapability { get; }

Property Value

Type: Capability
Remarks
The application may use this capability property to enable or disable functions related to requesting to become a moderator. Conference moderation features are not supported when the client is used in shared control mode.
See Also