Skip to main content
Version: 0.3.x

Verbose - Prebuilt

The verbose parameter controls how much diagnostic information the Prebuilt SDK emits. Log levels are hierarchical - higher levels automatically include logs from lower levels.

Verbose Level Comparison

LevelDescriptionIncludes
NONE (Default)Disables all logging output.
ERRORError logs only.ERROR
WARNWarning and error logs.WARN, ERROR
INFOHigh-level SDK activity and state transitions.INFO, WARN, ERROR
DEBUGINFO logs plus detailed diagnostic information.DEBUG, INFO, WARN, ERROR
ALLAll logs, including real-time events.ALL

How it works ?

  • Set verbose in the meeting config to print SDK logs in the browser console.

Verbose Attributes

index.html
const config = {
// ... other configuration
verbose: "DEBUG", // "ERROR" | "WARN" | "INFO" | "DEBUG" | "ALL" | "NONE"
// ...
};
info

verbose is available from v0.3.46 of the Prebuilt SDK.

Got a Question? Ask us on discord