mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-08 23:19:55 +00: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> |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |