Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the media provider supports behaving as an MCU.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsMcuSupported As Boolean
Get
Protected Set
'Usage
Dim instance As MediaProvider
Dim value As Boolean
value = instance.IsMcuSupported
instance.IsMcuSupported = value
public bool IsMcuSupported { get; protected set; }
Property Value
Type: System.Boolean