The WebRTC API's RTCIceCandidateStats dictionary which provides information related to an ICE candidate.
Construct a PreflightTest instance.
A Twilio JWT token string.
Raised when PreflightTest.status has transitioned to PreflightTest.Status.Completed. During this time, PreflightTest.report is available and ready to be inspected. In some cases, this will not trigger if the test encounters a fatal error prior connecting to Twilio. See PreflightTest.failedEvent.
Raised when PreflightTest.status has transitioned to PreflightTest.Status.Connected.
Raised when PreflightTest.status has transitioned to PreflightTest.Status.Failed. This happens when establishing a connection to Twilio has failed or when a test call has encountered a fatal error. This is also raised if PreflightTest.stop is called while the test is in progress.
The callsid generated for the test call.
A timestamp in milliseconds of when the test ended.
The latest WebRTC sample collected.
The report for this test.
A timestamp in milliseconds of when the test started.
The status of the test.
Stops the current test and raises a failed event.
Generated using TypeDoc
Runs some tests to identify issues, if any, prohibiting successful calling.