ConferenceJoinOptions.LobbyTimeout Property
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 or sets the time out period after which the application is automatically disconnected from the lobby if not admitted into the conference.
public:
property TimeSpan LobbyTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan LobbyTimeout { get; set; }
member this.LobbyTimeout : TimeSpan with get, set
Public Property LobbyTimeout As TimeSpan
Property Value
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.