mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Document sending to sessions in the same call.
This commit is contained in:
parent
a261d6b37d
commit
da4c9d88fe
1 changed files with 18 additions and 0 deletions
|
|
@ -868,6 +868,24 @@ Message format (Client -> Server, to all sessions in the same room):
|
|||
}
|
||||
}
|
||||
|
||||
Message format (Client -> Server, to all sessions in the same call):
|
||||
|
||||
{
|
||||
"id": "unique-request-id",
|
||||
"type": "message",
|
||||
"message": {
|
||||
"recipient": {
|
||||
"type": "call"
|
||||
},
|
||||
"data": {
|
||||
...object containing the data to send...
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Sending to the same call is only available if the feature flag `recipient-call`
|
||||
is present.
|
||||
|
||||
Message format (Server -> Client, receive message)
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue