SessionDiagnostics

View as MarkdownOpen in Claude

Structured diagnostic bundle for a session.

Properties

calls
readonly CallDiagnosticSummary[]Required

Quality summary per call. See CallDiagnosticSummary.

capabilities
PlatformCapabilitiesRequired

Platform capabilities detected at construction time. See PlatformCapabilities.

deviceChanges
readonly DeviceRecoveryEvent[]Required

Device changes that occurred during the session. See DeviceRecoveryEvent.

devices
objectRequired

Current device list snapshot.

devices.audioInput
readonly MediaDeviceInfo[]Required

Snapshot of audio input devices visible to the session. See MediaDeviceInfo.

devices.audioOutput
readonly MediaDeviceInfo[]Required

Snapshot of audio output devices visible to the session. See MediaDeviceInfo.

devices.videoInput
readonly MediaDeviceInfo[]Required

Snapshot of video input devices visible to the session. See MediaDeviceInfo.

events
readonly DiagnosticEvent[]Required

Timeline of significant events during the session. See DiagnosticEvent.

sdkVersion
stringRequired

SDK version.

userAgent
stringRequired

Browser/platform user agent string.