Skip to main content
Version: 20 Mar 2024

MLWebRTCDebugUtils

The native representation of the MLWebRTC debug utilities object.

Public Methods

MLWebRTCDebugUtils Create

Creates an initialized MLWebRTCDebugUtils object.

public static MLWebRTCDebugUtils Create()

Returns: An initialized MLWebRTCDebugUtils object.


Public Attributes

Context

Pointer to a context object.


public IntPtr Context;


LogLevel

The log level to respect for debugging.


public AndroidLogPriority LogLevel;

TypeDescription
AndroidLogPriorityCopy of android_LogPriority from android/log.h.

OnDebugMessage

The callback for when a debug message is received.


public OnDebugMessageDelegate OnDebugMessage;


Version

Version of the struct.


public uint Version;