Gets the audio-video MCU session.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
AudioVideoMcuSession 
As 

AudioVideoMcuSession
C#
public 

AudioVideoMcuSession 
AudioVideoMcuSession { 
get; }
Visual C++
public:
property 

AudioVideoMcuSession^ 
AudioVideoMcuSession {
	

AudioVideoMcuSession^ 
get ();
}
JavaScript
function get_
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.

See Also