Edit

Share via


ConferenceSession.GetAllowedLobbyBypassValues Method

Definition

Gets the allowed lobby bypass values for the conference.

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

Returns

The allowed lobby bypass values 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