docs: document call-relay auto-peering and dm_call_undeliverable surface

This commit is contained in:
Jannis Braun
2026-04-21 14:05:59 +02:00
parent 6a7d1fb38c
commit 740dae298d
3 changed files with 28 additions and 4 deletions
+1
View File
@@ -170,6 +170,7 @@ reason: `'displaced'` (new tab) | `'session_closed'`
| `dm_call_accepted` | dmChannelId?, federatedCallId? | DM members |
| `dm_call_rejected` | dmChannelId?, federatedCallId? | DM members |
| `dm_call_ended` | dmChannelId?, federatedCallId? | DM members |
| `dm_call_undeliverable` | Sent to caller when a call-start relay to one or more targeted peers fails. `failures[]` enumerates each failed peer with a `reason` (`peer_rejected` / `peer_awaiting_approval` / `peer_transient_failure` / `livekit_unavailable`). `terminal: true` means the local ring was destroyed; `false` means the call continues for reachable recipients. | caller only |
### Social
| type | fields | scope |