DataCollaborationMcuSession 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 DataCollaborationMcuSession : Microsoft::Rtc::Collaboration::McuSession
public class DataCollaborationMcuSession : Microsoft.Rtc.Collaboration.McuSession
type DataCollaborationMcuSession = class
inherit McuSession
Public Class DataCollaborationMcuSession
Inherits McuSession
- Inheritance
Constructors
DataCollaborationMcuSession() |
Properties
ConferenceSession |
Gets the parent ConferenceSession object. (Inherited from McuSession) |
HasContent | |
HasContentInMeeting | |
HasPresentedContent | |
HasWacConectivity | |
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) |
MediaPermissions | |
State |
Gets the state of the MCU as communicated by the focus. (Inherited from McuSession) |
SupportedMediaTypes |
Methods
Events
ParticipantEndpointAttendanceChanged | |
ParticipantEndpointPropertiesChanged | |
PropertiesChanged | |
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) |