Class WebRtcGlobal
Provides global configuration settings for the WebRTC library.
public static class WebRtcGlobal
- Inheritance
-
WebRtcGlobal
- Inherited Members
Properties
DynamicLibrary32BitPath
Gets or sets the file path to the 32-bit native dynamic library.
public static string DynamicLibrary32BitPath { get; set; }
Property Value
DynamicLibrary64BitPath
Gets or sets the file path to the 64-bit native dynamic library.
public static string DynamicLibrary64BitPath { get; set; }