Skip to content

Commit

Permalink
Document additional fields in "join" events.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Dec 12, 2024
1 parent 23856c2 commit fda934d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/standalone-signaling-api-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down

0 comments on commit fda934d

Please sign in to comment.