IsAudioSupported Property
Gets information about audio support.
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