ConferenceSession.AudioVideoMcuSession Property
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.
Gets the audio-video MCU session.
public:
property Microsoft::Rtc::Collaboration::AudioVideo::AudioVideoMcuSession ^ AudioVideoMcuSession { Microsoft::Rtc::Collaboration::AudioVideo::AudioVideoMcuSession ^ get(); };
public Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoMcuSession AudioVideoMcuSession { get; }
member this.AudioVideoMcuSession : Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoMcuSession
Public ReadOnly Property AudioVideoMcuSession As AudioVideoMcuSession
Property Value
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.