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

Use native js-sdk group call support #9625

Merged
merged 4 commits into from
Nov 28, 2022

Commits on Nov 26, 2022

  1. Use native js-sdk group call support

    Now that the js-sdk supports group calls natively, our group call implementation can be simplified a bit. Switching to the js-sdk implementation also brings the react-sdk up to date with recent MSC3401 changes, and adds support for joining calls from multiple devices. (So, the previous logic which sent to-device messages to prevent multi-device sessions is no longer necessary.)
    robintown committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    d7382de View commit details
    Browse the repository at this point in the history
  2. Fix strings

    robintown committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    5cb3a8f View commit details
    Browse the repository at this point in the history
  3. Fix strict type errors

    robintown committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    1616e69 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    746dab9 View commit details
    Browse the repository at this point in the history