AudioVideoMcuSession Class
Allows requests to be made to the Audio-Video MCU.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.McuSession
Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoMcuSession
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class AudioVideoMcuSession _
Inherits McuSession
'Usage
Dim instance As AudioVideoMcuSession
public class AudioVideoMcuSession : McuSession
Remarks
This class represents the Audio-Video specific implementation of the media-agnostic McuSession. The class encapsulates operations and events relevant to the Audio-Video MCU.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.