AudioVideoMcuSession.IsAudioSupported Property
Gets whether audio is supported by the MCU for the joined conference.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsAudioSupported As Boolean
Get
'Usage
Dim instance As AudioVideoMcuSession
Dim value As Boolean
value = instance.IsAudioSupported
public bool IsAudioSupported { get; }
Property Value
Type: System.Boolean