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
.gif) |
ConferenceSession |
Returns the conference session object that owns the lobby manager instance. |
Top
Methods
.gif) |
BeginAdmitLobbyParticipants(IEnumerable<ConversationParticipant>, AsyncCallback, Object) |
Admits lobby participants into the conference. |
.gif) |
BeginAdmitLobbyParticipants(IEnumerable<ConversationParticipant>, LobbyAdmitOptions, AsyncCallback, Object) |
Admits lobby participants into the conference. |
.gif) |
BeginDenyLobbyParticipants(IEnumerable<ConversationParticipant>, AsyncCallback, Object) |
Denies lobby participants admission into conference and removes them from the lobby. |
.gif) |
BeginDenyLobbyParticipants(IEnumerable<ConversationParticipant>, LobbyDenyOptions, AsyncCallback, Object) |
Denies lobby participants admission into conference and removes them from the lobby. |
.gif) |
EndAdmitLobbyParticipants |
Waits for the pending asynchronous operation to complete. |
.gif) |
EndDenyLobbyParticipants |
Waits for the pending asynchronous operation to complete. |
.gif) |
Equals |
(inherited from Object) |
.gif) |
Finalize |
(inherited from Object) |
.gif) |
GetHashCode |
(inherited from Object) |
.gif) |
GetType |
(inherited from Object) |
.gif) |
MemberwiseClone |
(inherited from Object) |
.gif) |
ToString |
(inherited from Object) |
Top
See Also
Reference
LobbyManager Class
Microsoft.Rtc.Collaboration Namespace