LobbyManager Class
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.
Represents operations that a conference leader can perform with respect to the lobby and lobby participants.
public ref class LobbyManager
public class LobbyManager
type LobbyManager = class
Public Class LobbyManager
- Inheritance
-
LobbyManager
Properties
ConferenceSession |
Returns the conference session object that owns the lobby manager instance. |
Methods
BeginAdmitLobbyParticipants(IEnumerable<ConversationParticipant>, AsyncCallback, Object) |
Admits lobby participants into the conference. |
BeginAdmitLobbyParticipants(IEnumerable<ConversationParticipant>, LobbyAdmitOptions, AsyncCallback, Object) |
Admits lobby participants into the conference. |
BeginDenyLobbyParticipants(IEnumerable<ConversationParticipant>, AsyncCallback, Object) |
Denies lobby participants admission into conference and removes them from the lobby. |
BeginDenyLobbyParticipants(IEnumerable<ConversationParticipant>, LobbyDenyOptions, AsyncCallback, Object) |
Denies lobby participants admission into conference and removes them from the lobby. |
EndAdmitLobbyParticipants(IAsyncResult) |
Waits for the pending asynchronous operation to complete. |
EndDenyLobbyParticipants(IAsyncResult) |
Waits for the pending asynchronous operation to complete. |