@dialstack/sdk / react / SoftphoneConnectionState
Type Alias: SoftphoneConnectionState
type SoftphoneConnectionState =
| "idle"
| "connecting"
| "connected"
| "reconnecting"
| "disconnected"
| "error";
Defined in: sdk/src/react/softphone/hooks/useCalls.ts:47
Connection lifecycle surfaced to the softphone UI.