RecoveryError
Raised when the SDK’s automatic call-recovery flow fails — for example, after a transient signaling disconnect that exceeds maxRecoveryAttempts. The action and attempt properties identify which recovery step gave up. When this fires the call has transitioned to failed; clean up UI and notify the user.
Extends
Error
Constructors
Constructor
Parameters
action
Recovery action being attempted when the error was raised.
attempt
Recovery attempt number (1-based) at the time of failure.
originalError
Underlying error that caused the recovery attempt to fail.
Properties
action
Recovery action being attempted when the error was raised.
attempt
Recovery attempt number (1-based) at the time of failure.
originalError
Underlying error that caused the recovery attempt to fail.