mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01:00
In case a moderator of a restricted room ends the call for all participants a update participants event with the field 'all=true' will be thrown by the HPB. { "type": "event" "event": { "target": "participants", "type": "update", "update": [ "roomid": "the-room-id", "incall": new-incall-state, "all": true ] } } In that case the call can be ended directly without handling every single participant. Resolves: #1881 Signed-off-by: Tim Krüger <t@timkrueger.me> |
||
---|---|---|
.. | ||
talk |