McuSession.BeginEject Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
BeginEject(String, AsyncCallback, Object) | Ejects a participant or an endpoint from the MCU based on the supplied URI. | |
BeginEject(ConversationParticipant, AsyncCallback, Object) | Ejects a participant from the MCU. | |
BeginEject(String, EjectOptions, AsyncCallback, Object) | Ejects a participant or an endpoint from the MCU based on the supplied URI. | |
BeginEject(ConversationParticipant, EjectOptions, AsyncCallback, Object) | Ejects a participant from the MCU. |
Top