mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-27 22:34:51 +00:00
Merge branch 'master' into chat-relays
This commit is contained in:
+29
-9
@@ -1485,15 +1485,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