talk-android/app
Tim Krüger 4f5a344a20
Add handling for "event.participants.update.all"
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>
2022-05-04 13:49:04 +02:00
..
src Add handling for "event.participants.update.all" 2022-05-04 13:49:04 +02:00
build.gradle Weekly 14.1.0 Alpha 04 2022-05-02 03:12:27 +00:00
lint.xml
proguard-rules.pro