PreflightError
Raised by SignalWire.preflight when the connectivity test fails at one of its phases. Inspect phase to discriminate (signaling, media, connectivity) — failure at the signaling phase usually means the user’s network blocks the transport; failure at the media phase usually means device-permission or codec issues.
Extends
Error
Constructors
Constructor
Parameters
phase
Preflight phase where the failure occurred (e.g. signaling, media, connectivity).
originalError
Underlying error raised during preflight.
Properties
originalError
Underlying error raised during preflight.
phase
Preflight phase where the failure occurred (e.g. signaling, media, connectivity).