Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1type ResilienceCallStatus = "new" | "trying" | "ringing" | "connecting" | "connected" | "recovering" | "disconnecting" | "disconnected" | "failed" | "destroyed"
Extended call status that includes the ‘recovering’ state.
Used when the SDK is attempting to recover a call after a network disruption or media failure.