EngineOptionsIsMediaRoutingEnabled Property  | 
 
                Indicates whether media routing is enabled for the 
IEngine instance.
                
                    By default, it is disabled.
                
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.7
Syntaxpublic bool IsMediaRoutingEnabled { get; }Property Value
Type: 
Booleantrue if media routing is enabled, 
false otherwise.
See Also