Edit

Share via


Conference.AutomaticLeaderAssignment Property

Definition

Gets the policy that determines which participants are automatically promoted to leaders.

public:
 property Microsoft::Rtc::Collaboration::AutomaticLeaderAssignment AutomaticLeaderAssignment { Microsoft::Rtc::Collaboration::AutomaticLeaderAssignment get(); };
public Microsoft.Rtc.Collaboration.AutomaticLeaderAssignment AutomaticLeaderAssignment { get; }
member this.AutomaticLeaderAssignment : Microsoft.Rtc.Collaboration.AutomaticLeaderAssignment
Public ReadOnly Property AutomaticLeaderAssignment As AutomaticLeaderAssignment

Property Value

Remarks

A conference organizer can schedule a conference to automatically promote users as they join the conference. As an example, if the conference is scheduled with automatic promotion policy set to , then everyone from the organizer's company are automatically promoted to leaders when they join the conference. Conference leaders can still promote specific users to the leader role, say an anonymous user in this example.

Applies to