Edit

Share via


LobbyManager Class

Definition

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.

Applies to