ConferenceScheduleInformation.AutomaticLeaderAssignment Property
Gets or sets the policy for automatically promoting users joining a conference.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property AutomaticLeaderAssignment As AutomaticLeaderAssignment
Get
Set
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As AutomaticLeaderAssignment
value = instance.AutomaticLeaderAssignment
instance.AutomaticLeaderAssignment = value
public AutomaticLeaderAssignment AutomaticLeaderAssignment { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.AutomaticLeaderAssignment
Remarks
Leader assignments are applied when users join the conference and results in them being promoted to leader automatically.
An application should query the automatic leader assignment options available to organizer before setting this property. See BeginGetConferencingCapabilities(AsyncCallback, Object) and AllowedAutomaticLeaderAssignments. The request will fail if the application attempts to schedule a conference with unpermitted value.
See Also
Reference
ConferenceScheduleInformation Class