Share via


LobbyManager Members

Include Protected Members
Include Inherited Members

Represents operations that a conference leader can perform with respect to the lobby and lobby participants.

The LobbyManager type exposes the following members.

Properties

  Name Description
Public property ConferenceSession Returns the conference session object that owns the lobby manager instance.

Top

Methods

  Name Description
Public method BeginAdmitLobbyParticipants(IEnumerable<ConversationParticipant>, AsyncCallback, Object) Admits lobby participants into the conference.
Public method BeginAdmitLobbyParticipants(IEnumerable<ConversationParticipant>, LobbyAdmitOptions, AsyncCallback, Object) Admits lobby participants into the conference.
Public method BeginDenyLobbyParticipants(IEnumerable<ConversationParticipant>, AsyncCallback, Object) Denies lobby participants admission into conference and removes them from the lobby.
Public method BeginDenyLobbyParticipants(IEnumerable<ConversationParticipant>, LobbyDenyOptions, AsyncCallback, Object) Denies lobby participants admission into conference and removes them from the lobby.
Public method EndAdmitLobbyParticipants Waits for the pending asynchronous operation to complete.
Public method EndDenyLobbyParticipants Waits for the pending asynchronous operation to complete.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

See Also

Reference

LobbyManager Class

Microsoft.Rtc.Collaboration Namespace