From 9bc444c2927f9d825ddeb2a725dd1f6a30854069 Mon Sep 17 00:00:00 2001 From: Timo K Date: Thu, 31 Jul 2025 14:10:39 +0200 Subject: [PATCH] add id to session Signed-off-by: Timo K --- proposals/4143-matrix-rtc.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proposals/4143-matrix-rtc.md b/proposals/4143-matrix-rtc.md index 61f003f0b..17df6d3be 100644 --- a/proposals/4143-matrix-rtc.md +++ b/proposals/4143-matrix-rtc.md @@ -92,7 +92,8 @@ A full `m.rtc.member` state event for a joined member looks like this: // state key: see next section for definition { "session": { - "application": "m.call" + "application": "m.call", + "id": UUID | ApplicationSpecificDefaultEnum // further fields for the application }, "member": {