AudioVideoMcuSessionProperties.SupportsVideo Property
Gets or sets whether the MCU supports video.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property SupportsVideo As Boolean
Get
Set
'Usage
Dim instance As AudioVideoMcuSessionProperties
Dim value As Boolean
value = instance.SupportsVideo
instance.SupportsVideo = value
public bool SupportsVideo { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
AudioVideoMcuSessionProperties Class