Type Alias: ReconnectionStatus
ReconnectionStatus:
"idle"
|"reconnecting"
|"error"
Defined in: packages/react-native-client/src/hooks/useConnection.ts:21
Represents the possible statuses of a peer while reconnecting to room
idle
- No reconnection in progress. See PeerStatus for more detailsreconnecting
- Peer is in the process of reconnecting.error
- There was an error in the reconnection process.