From abb1fba0e140696aa6373d94d8e4399ddc11aec2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 24 Oct 2023 12:02:21 +0200 Subject: feat(sip-dialout): Add phone icon for rooms created by SIP dial-out Signed-off-by: Joas Schilling --- docs/constants.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/constants.md b/docs/constants.md index 3b1fe809d..f76085b3f 100644 --- a/docs/constants.md +++ b/docs/constants.md @@ -12,11 +12,12 @@ ### Object types -| Constant | Can be created | Description | Object ID | -|------------------|----------------|------------------------------------------------------------------|---------------------------------------| -| `file` | No | Conversations about a file in the right sidebar of the files app | File ID | -| `share:password` | No | Video verification to verify the identity of the share recipient | Share token | -| `room` | Yes | Room is a breakout room | Token of the main/parent conversation | +| Constant | Can be created | Description | Object ID | +|------------------|----------------|------------------------------------------------------------------|---------------------------------------------------------| +| `file` | No | Conversations about a file in the right sidebar of the files app | File ID | +| `share:password` | No | Video verification to verify the identity of the share recipient | Share token | +| `room` | Yes | Room is a breakout room | Token of the main/parent conversation | +| `phone` | Yes | Room is created when calling a phone number with SIP dial-out | `phone` (not set atm, just used for the default avatar) | ### Read-only states * `0` Read-write -- cgit v1.2.3