AuxiliaryLegTimeoutError
An auxiliary leg — a screen share or an additional input device — did not finish connecting within its 15-second budget. The clock starts once local media is in hand, so a slow device picker or an unanswered permission prompt never spends it; only the offer, ICE gathering, invite, answer, and DTLS do.
Typed rather than a bare RxJS TimeoutError so the leg and the underlying cause survive.
Extends
Error
Constructors
Constructor
Parameters
leg
Which auxiliary leg timed out, e.g. 'screenshare'.
originalError
The underlying RxJS TimeoutError, also set as this error’s cause.
Properties
leg
Read-only. Which auxiliary leg timed out.
originalError
Read-only. The underlying RxJS TimeoutError.
Examples
See
AuxiliaryLegCancelledError— the leg was removed before it connected.addAdditionalDevice.