Table of Contents

Class WebRtcGlobal

Namespace
VAST.WebRTC
Assembly
VAST.WebRTC.dll

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

string

DynamicLibrary64BitPath

Gets or sets the file path to the 64-bit native dynamic library.

public static string DynamicLibrary64BitPath { get; set; }

Property Value

string