Interface PreCallDiagnosticContext

The context object passed to each module builder during a diagnostic run.

This is the primary extension point for future modules: each module builder receives this context and can read from it to produce its section of the report.

Hierarchy

  • PreCallDiagnosticContext

Properties

call?: Call

The temporary diagnostic call, if one was established.

error?: Error

Any error that occurred during the diagnostic run.

options: PreCallDiagnosticOptions

The options used for this diagnostic run.

statsSamples: RTCStatsReport[]

Collected stats samples from the diagnostic call.