Click or drag to resize

EngineOptionsBuilderMediaRoutingEnabled Property

Enables or disables the media routing.

By default, it is disabled.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntax
C#
public bool MediaRoutingEnabled { get; set; }

Property Value

Type: Boolean
true if the media routing is enabled, false otherwise.
See Also