mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 02:54:34 +00:00
core, ui: group members permanent connection errors (#6662)
This commit is contained in:
+29
-9
@@ -1473,15 +1473,35 @@ LARGE:
|
||||
|
||||
## ConnStatus
|
||||
|
||||
**Enum type**:
|
||||
- "new"
|
||||
- "prepared"
|
||||
- "joined"
|
||||
- "requested"
|
||||
- "accepted"
|
||||
- "snd-ready"
|
||||
- "ready"
|
||||
- "deleted"
|
||||
**Discriminated union type**:
|
||||
|
||||
New:
|
||||
- type: "new"
|
||||
|
||||
Prepared:
|
||||
- type: "prepared"
|
||||
|
||||
Joined:
|
||||
- type: "joined"
|
||||
|
||||
Requested:
|
||||
- type: "requested"
|
||||
|
||||
Accepted:
|
||||
- type: "accepted"
|
||||
|
||||
SndReady:
|
||||
- type: "sndReady"
|
||||
|
||||
Ready:
|
||||
- type: "ready"
|
||||
|
||||
Deleted:
|
||||
- type: "deleted"
|
||||
|
||||
Failed:
|
||||
- type: "failed"
|
||||
- connError: string
|
||||
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user