Compartir a través de


ClientPlatformSettings.DefaultAudioVideoProviderEnabled Property

Gets or sets whether the default audio/video provider is enabled.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property DefaultAudioVideoProviderEnabled As Boolean
    Get
    Set
'Usage
Dim instance As ClientPlatformSettings
Dim value As Boolean

value = instance.DefaultAudioVideoProviderEnabled

instance.DefaultAudioVideoProviderEnabled = value
public bool DefaultAudioVideoProviderEnabled { get; set; }

Property Value

Type: System.Boolean

Remarks

For applications that do not support audio or video, the default setting of loading the audio video media stack consumes memory unnecessarily. Applications can set this property to false, to not load the media stack for better performance.

See Also

Reference

ClientPlatformSettings Class

ClientPlatformSettings Members

Microsoft.Rtc.Collaboration Namespace