AcpMcuSession 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.
public ref class AcpMcuSession : Microsoft::Rtc::Collaboration::McuSession
public class AcpMcuSession : Microsoft.Rtc.Collaboration.McuSession
type AcpMcuSession = class
inherit McuSession
Public Class AcpMcuSession
Inherits McuSession
- Inheritance
Properties
ConferenceSession |
Gets the parent ConferenceSession object. (Inherited from McuSession) |
McuInformation |
Gets information about the MCU including the MCU address or null if the MCU session is not bound to a conference (The parent ConferenceSession has not joined a conference yet, or the joined conference does not support the corresponding MCU type). (Inherited from McuSession) |
State |
Gets the state of the MCU as communicated by the focus. (Inherited from McuSession) |
SupportedMediaTypes |
Methods
Events
StateChanged |
Raised when the MCU state changes are reported back to the application. (Inherited from McuSession) |
Extension Methods
BeginSendCommand(McuSession, ConferenceCommand, ConferenceCommandOptions, AsyncCallback, Object) | |
EndSendCommand(McuSession, IAsyncResult) |