ConferenceSession.AudioVideoMcuSession Property
Gets the audio-video MCU session.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property AudioVideoMcuSession As AudioVideoMcuSession
Get
'Usage
Dim instance As ConferenceSession
Dim value As AudioVideoMcuSession
value = instance.AudioVideoMcuSession
public AudioVideoMcuSession AudioVideoMcuSession { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoMcuSession
Remarks
This value can be null if the application has unregistered the factory for the audio media type. Applications interested in AudioVideoMcuSession events typically register for these events before joining the conference.