mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
docs: Remove "userids" from backend room delete events.
This commit is contained in:
parent
7b0123f926
commit
1b7444034f
1 changed files with 4 additions and 7 deletions
|
|
@ -1745,18 +1745,15 @@ Message format (Backend -> Server)
|
|||
|
||||
### Room deleted
|
||||
|
||||
This can be used to notify about a deleted room. All sessions currently
|
||||
connected to the room will leave the room.
|
||||
This can be used to notify about a deleted room. Only sessions currently
|
||||
connected to the room will get notified about the deletion and also leave
|
||||
the room.
|
||||
|
||||
Message format (Backend -> Server)
|
||||
|
||||
{
|
||||
"type": "delete"
|
||||
"delete" {
|
||||
"userids": [
|
||||
...list of user ids that were invited to the room...
|
||||
]
|
||||
}
|
||||
"delete" {}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue