Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc fixes for group call widgets #2657

Merged
merged 4 commits into from
Sep 9, 2022

Commits on Sep 9, 2022

  1. Fix GroupCallEventHandler in matryoshka mode

    GroupCallEventHandler needs to see a 'Syncing' event before it starts handling any events, so emit one immediately in matryoshka mode.
    robintown committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    56ce184 View commit details
    Browse the repository at this point in the history
  2. Implement joinRoom on RoomWidgetClient

    Element Call has undergone some changes to how it loads rooms, meaning that this method must be implemented for the app to work in matryoshka mode.
    robintown committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    5971129 View commit details
    Browse the repository at this point in the history
  3. Allow audio and video to be muted before local call feed exists

    This is desirable for the Element Web integration of Element Call, because we need to be able to mute our devices before ever joining the call or creating a call feed, if the users requests it.
    robintown committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    245e7eb View commit details
    Browse the repository at this point in the history
  4. Fix a strict mode error

    robintown committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    28edfc1 View commit details
    Browse the repository at this point in the history