ConferenceSession.GetAllowedLobbyBypassValues 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 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.