FallbackConfig
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / FallbackConfig
Interface: FallbackConfig
Section titled “Interface: FallbackConfig”Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:240
Fallback strategy configuration
Properties
Section titled “Properties”primary
Section titled “primary”primary:
ProofSystem
Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:242
Primary proof system
fallbackChain
Section titled “fallbackChain”fallbackChain:
ProofSystem[]
Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:244
Fallback chain (in order of preference)
retryOnFailure
Section titled “retryOnFailure”retryOnFailure:
boolean
Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:246
Whether to retry on failure
maxRetries
Section titled “maxRetries”maxRetries:
number
Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:248
Maximum retry attempts
retryDelayMs
Section titled “retryDelayMs”retryDelayMs:
number
Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:250
Delay between retries (milliseconds)
exponentialBackoff
Section titled “exponentialBackoff”exponentialBackoff:
boolean
Defined in: @sip-protocol/sdk/dist/interface-Bf7w1PLW.d.ts:252
Whether to use exponential backoff