Options
Menu

Represents the report generated from a MediaConnectionBitrateTest.

Hierarchy

  • Report

Index

Properties

averageBitrate

averageBitrate: number

Average bitrate calculated during the test.

errors

errors: DiagnosticError[]

Any errors that occurred during the test.

iceCandidateStats

iceCandidateStats: RTCIceCandidateStats[]

An array of WebRTC stats for the ICE candidates gathered when connecting to media.

Optional selectedIceCandidatePairStats

selectedIceCandidatePairStats: RTCSelectedIceCandidatePairStats

A WebRTC stats for the ICE candidate pair used to connect to media, if candidates were selected.

testName

testName: typeof testName

The name of the test.

testTiming

testTiming: TimeMeasurement

Time measurements of test run time.

values

values: number[]

Bitrate values collected during the test.

Generated using TypeDoc