ApplicationSharingMcuSession 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 ApplicationSharingMcuSession : Microsoft::Rtc::Collaboration::McuSession
public class ApplicationSharingMcuSession : Microsoft.Rtc.Collaboration.McuSession
type ApplicationSharingMcuSession = class
inherit McuSession
Public Class ApplicationSharingMcuSession
Inherits McuSession
- Inheritance
Properties
ApplicationSharingLevel | |
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) |
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) |