Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix call splitbrains when switching between rooms #9692

Merged
merged 3 commits into from
Dec 2, 2022

Commits on Dec 1, 2022

  1. Fix call splitbrains when switching between rooms

    Mounting CallView causes the user's call membership room state to be cleaned up. However, because the GroupCall object always thought the local device was disconnected from the call, it would remove the local device from room state when the clean method is called, causing a splitbrain. This uses GroupCall's new enteredViaAnotherSession field to fix that, and also simplify participant tracking.
    robintown committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    291a79d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    822d0a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dcc1a4 View commit details
    Browse the repository at this point in the history