ConferenceScheduleInformation.AutomaticLeaderAssignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the policy for automatically promoting users joining a conference.
public:
property Microsoft::Rtc::Collaboration::AutomaticLeaderAssignment AutomaticLeaderAssignment { Microsoft::Rtc::Collaboration::AutomaticLeaderAssignment get(); void set(Microsoft::Rtc::Collaboration::AutomaticLeaderAssignment value); };
public Microsoft.Rtc.Collaboration.AutomaticLeaderAssignment AutomaticLeaderAssignment { get; set; }
member this.AutomaticLeaderAssignment : Microsoft.Rtc.Collaboration.AutomaticLeaderAssignment with get, set
Public Property AutomaticLeaderAssignment As AutomaticLeaderAssignment
Property Value
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.