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
{
"session": {
"application": "m.call"
"application": "m.call",
"id": UUID | ApplicationSpecificDefaultEnum
// further fields for the application
},
"member": {

Loading…
Cancel
Save