Edit

Share via


ConferenceSession.GetAllowedAutomaticLeaderAssignments Method

Definition

Gets the allowed automatic leader assignments for the conference.

public:
 System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::AutomaticLeaderAssignment> ^ GetAllowedAutomaticLeaderAssignments();
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.AutomaticLeaderAssignment> GetAllowedAutomaticLeaderAssignments ();
member this.GetAllowedAutomaticLeaderAssignments : unit -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.AutomaticLeaderAssignment>
Public Function GetAllowedAutomaticLeaderAssignments () As Collection(Of AutomaticLeaderAssignment)

Returns

The allowed automatic leader assignments for the conference.

Remarks

An empty collection is returned for conferences hosted on a server version prior to Microsoft Lync Server 2010.

Call this method after joining the conference.

Applies to