ConferencingCapabilities.AllowedAutomaticLeaderAssignments Property
Gets the automatic promotion policies allowed by the server for the endpoint owner.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property AllowedAutomaticLeaderAssignments As Collection(Of AutomaticLeaderAssignment)
Get
'Usage
Dim instance As ConferencingCapabilities
Dim value As Collection(Of AutomaticLeaderAssignment)
value = instance.AllowedAutomaticLeaderAssignments
public Collection<AutomaticLeaderAssignment> AllowedAutomaticLeaderAssignments { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<AutomaticLeaderAssignment>
Remarks
Automatic promotion specifies which users are automatically promoted to the leader role as they join the conference.
See Also
Reference
ConferencingCapabilities Class