mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Document additional fields in "join" events.
This commit is contained in:
parent
23856c20f3
commit
fda934de34
1 changed files with 8 additions and 1 deletions
|
|
@ -647,12 +647,19 @@ Room event session object:
|
|||
"userid": "the-user-id-for-known-users",
|
||||
"user": {
|
||||
...additional data of the user as received from the auth backend...
|
||||
}
|
||||
},
|
||||
"roomsessionid": "the-nextcloud-talk-session-id",
|
||||
"features": [
|
||||
...optional list of feature ids from the clients "hello" request...
|
||||
]
|
||||
}
|
||||
|
||||
If a session is federated, an additional entry `"federated": true` will be
|
||||
available.
|
||||
|
||||
The feature ids are present in the `join` events if the server supports the
|
||||
`join-features` feature.
|
||||
|
||||
|
||||
Message format (Server -> Client, user(s) left):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue