Class Android
Inherited Members
Namespace: Microsoft.MixedReality.WebRTC.Unity
Assembly: cs.temp.dll.dll
Syntax
public static class Android
Properties
IsInitialized
Check if the Android interop layer for Android is already initialized.
Declaration
public static bool IsInitialized { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Initialize()
Initialize the MixedReality-WebRTC library interop layer for Android.
This is automatically called by the various library API functions, and can be safely called multiple times (no-op after first call).
Declaration
public static void Initialize()