Partilhar via


ConferenceScheduleInformation.LobbyBypass Property

Gets or sets the lobby bypass setting for the conference.

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property LobbyBypass As LobbyBypass
    Get
    Set
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As LobbyBypass

value = instance.LobbyBypass

instance.LobbyBypass = value
public LobbyBypass LobbyBypass { get; set; }

Property Value

Type: Microsoft.Rtc.Collaboration.LobbyBypass

Remarks

A conference leader can allow specific types of users to bypass the lobby and get admitted directly into the conference. As an example, a conference leader may allow participants joining over the phone to bypass the lobby. Note however, if the conference current access level is Locked, all new users joining the conference - regardless of any bypass setting - are placed in the conference lobby.

An application should query the lobby bypass options available to the organizer before setting this property. See BeginGetConferencingCapabilities(AsyncCallback, Object) and AllowedLobbyBypassSettings. The request will fail if the application attempts to schedule a conference with unpermitted value.

See Also

Reference

ConferenceScheduleInformation Class

ConferenceScheduleInformation Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace