Options
Menu

Interface Report

Represents the report generated from a PreflightTest.

Hierarchy

  • Report

Index

Properties

Optional callQuality

callQuality: CallQuality

The quality of the call determined by different mos ranges.

callSid

callSid: string | undefined

CallSid generaged during the test.

Optional edge

edge: undefined | string

The edge that the test call was connected to.

iceCandidateStats

iceCandidateStats: RTCIceCandidateStats[]

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

Optional isTurnRequired

isTurnRequired: undefined | false | true

Whether a TURN server is required to connect to media. This is dependent on the selected ICE candidates, and will be true if either is of type "relay", false if both are of another type, or undefined if there are no selected ICE candidates. See PreflightTest.Options.iceServers for more details.

networkTiming

networkTiming: NetworkTiming

Network related time measurements.

samples

samples: RTCSample[]

WebRTC samples collected during the test.

Optional selectedEdge

selectedEdge: undefined | string

The edge passed to Device.runPreflight.

Optional selectedIceCandidatePairStats

selectedIceCandidatePairStats: RTCSelectedIceCandidatePairStats

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

Optional stats

stats: RTCStats

RTC related stats captured during the test.

testTiming

testTiming: TimeMeasurement

Time measurements of test run time.

Optional totals

Calculated totals in RTC statistics samples.

warnings

warnings: Warning[]

List of warning names and warning data detected during this test.

Generated using TypeDoc