Skip to content

Commit 0637a27

Browse files
committed
Remove encryption_error
1 parent 15a95f6 commit 0637a27

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

proposals/4196-matrixrtc-m-call.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ creator from sending state events. Including the slot event at room creation tim
6868
room members are able to have calls in the room without depending on a room administrator to send
6969
the slot event later.
7070

71+
When using the `trusted_private_chat` preset in [`/createRoom`],
72+
7173
Including `m.rtc.slot` events in `initial_state` is not required when other `preset` values are
7274
used in [`/createRoom`]. With the `trusted_private_chat` preset, all room members get the same power
7375
level as the room creator. Thus, they can send the `m.rtc.slot` event themselves when needed. In
@@ -129,7 +131,6 @@ the following additional codes:
129131
(e.g. due to an ICE/DTLS setup failure).
130132
- `media_error`: The client failed to capture or transmit audio and/or video after joining.
131133
- `codec_mismatch`: The client could not decode/encode the call media.
132-
- `encryption_error`: The client failed to set up end-to-end encryption for the media channel.
133134

134135
[below]: #faking-intent
135136

0 commit comments

Comments
 (0)