ConferenceSession.GetAllowedLobbyBypassValues Method
Gets the allowed lobby bypass values for the conference.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetAllowedLobbyBypassValues As Collection(Of LobbyBypass)
'Usage
Dim instance As ConferenceSession
Dim returnValue As Collection(Of LobbyBypass)
returnValue = instance.GetAllowedLobbyBypassValues()
public Collection<LobbyBypass> GetAllowedLobbyBypassValues()
Return Value
Type: System.Collections.ObjectModel.Collection<LobbyBypass>
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.