ConferenceJoinOptions.LobbyTimeout Property
Gets or sets the time out period after which the application is automatically disconnected from the lobby if not admitted into the conference.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property LobbyTimeout As TimeSpan
Get
Set
'Usage
Dim instance As ConferenceJoinOptions
Dim value As TimeSpan
value = instance.LobbyTimeout
instance.LobbyTimeout = value
public TimeSpan LobbyTimeout { get; set; }
Property Value
Type: System.TimeSpan
Remarks
The application can set this property to Zero to indicate it requires to be disconnected immediately if it lands in the lobby.
Conference leaders are not placed in the lobby.
If the application is the organizer of the conference, then it is not placed in the lobby. This includes joining ad-hoc conferences.