add id to session

Signed-off-by: Timo K <toger5@hotmail.de>
pull/4318/merge
Timo K 4 months ago
parent 50db42af96
commit 9bc444c292

@ -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 // state key: see next section for definition
{ {
"session": { "session": {
"application": "m.call" "application": "m.call",
"id": UUID | ApplicationSpecificDefaultEnum
// further fields for the application // further fields for the application
}, },
"member": { "member": {

Loading…
Cancel
Save