ConferenceSession.GetAllowedAutomaticLeaderAssignments Method
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 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.