Edit

Share via


AudioVideoMcuSessionProperties.VideoSource Property

Definition

Gets the current video source of audio video mcu session. This property can return null when video source is not set.

public:
 property Microsoft::Rtc::Collaboration::AudioVideo::VideoSource ^ VideoSource { Microsoft::Rtc::Collaboration::AudioVideo::VideoSource ^ get(); };
public Microsoft.Rtc.Collaboration.AudioVideo.VideoSource VideoSource { get; }
member this.VideoSource : Microsoft.Rtc.Collaboration.AudioVideo.VideoSource
Public ReadOnly Property VideoSource As VideoSource

Property Value

Remarks

Everyone. In this video swithcing mode, video of the participant, whose speech is perceived to be dominant by the audio video MCU at a specific moment, will be shown.

PresentersOnly. In this video swithcing mode, video of the presenter, whose speech is perceived to be dominant by the audio video MCU at a specific moment, will be shown.

PreferredSpeakers. In this video switching mode, video of the selected participant(s) will shown.

Applies to