Conference.AutomaticLeaderAssignment Property

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

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property AutomaticLeaderAssignment As AutomaticLeaderAssignment
    Get
    Friend Set
'Usage
Dim instance As Conference
Dim value As AutomaticLeaderAssignment

value = instance.AutomaticLeaderAssignment
public AutomaticLeaderAssignment AutomaticLeaderAssignment { get; internal set; }

Property Value

Type: Microsoft.Rtc.Collaboration.AutomaticLeaderAssignment

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.

See Also

Reference

Conference Class

Conference Members

Microsoft.Rtc.Collaboration Namespace