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
|
ConferenceSession |
Returns the conference session object that owns the lobby manager instance. |
Top
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 |
Waits for the pending asynchronous operation to complete. |
|
EndDenyLobbyParticipants |
Waits for the pending asynchronous operation to complete. |
|
Equals |
(inherited from Object) |
|
Finalize |
(inherited from Object) |
|
GetHashCode |
(inherited from Object) |
|
GetType |
(inherited from Object) |
|
MemberwiseClone |
(inherited from Object) |
|
ToString |
(inherited from Object) |
Top
See Also
Reference
LobbyManager Class
Microsoft.Rtc.Collaboration Namespace