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