Skip to content

Commit f9c5215

Browse files
committed
Small clarification
1 parent b28dd34 commit f9c5215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proposals/4075-rtc-notification-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ mitigate this by adapting their push rules, [ignoring] the sender or leaving the
357357
| Directing invites at specific users | ✅ via `invitee` on [`m.call.invite`] | ✅ via `m.mentions` on `m.rtc.invite` |
358358
| Expiring invites | ⚠️ via `lifetime` on [`m.call.invite`] evaluated against [`age`] which is known to be broken in various homeservers | ✅ via `lifetime` on `m.rtc.invite` evaluated against either `sender_ts` or `origin_server_ts` |
359359
| Inviting without starting a call | ❌ Not possible | ✅ Explicitly allowed if an open slot exists |
360-
| Withdrawing invites | ✅ via [`m.call.hangup`] events | ✅ via empty `m.rtc.invite` events |
360+
| Withdrawing invites | ✅ via [`m.call.hangup`] events | ✅ via empty or redacted `m.rtc.invite` events |
361361
| Declining invites | ✅ via [`m.call.hangup`] events | ✅ via `m.rtc.decline` events |
362362
| Notifications in default rooms | ✅ via `.m.rule.call` push rule | ✅ via `.m.rule.rtc.invite_for_me`, `.m.rule.rtc.invite_for_room` or `.m.rule.rtc.invite` push rules |
363363
| Notifications in mentions-only rooms | ❌ Not possible | ✅ via `.m.rule.rtc.invite_for_me` and `.m.rule.rtc.invite_for_room` push rules |

0 commit comments

Comments
 (0)