Skip to content

v21.2.0

Compare
Choose a tag to compare
@RiotRobot RiotRobot released this 22 Nov 11:25
· 1927 commits to develop since this release

✨ Features

  • Make calls go back to 'connecting' state when media lost (#2880).
  • Add ability to send unthreaded receipt (#2878).
  • Add way to abort search requests (#2877).
  • sliding sync: add custom room subscriptions support (#2834).
  • webrtc: add advanced audio settings (#2434). Contributed by @MrAnno.
  • Add support for group calls using MSC3401 (#2553).
  • Make the js-sdk conform to tsc --strict (#2835). Fixes #2112 #2116 and #2124.
  • Let leave requests outlive the window (#2815). Fixes element-hq/element-call#639.
  • Add event and message capabilities to RoomWidgetClient (#2797).
  • Misc fixes for group call widgets (#2657).
  • Support nested Matrix clients via the widget API (#2473).
  • Set max average bitrate on PTT calls (#2499). Fixes element-hq/element-call#440.
  • Add config option for e2e group call signalling (#2492).
  • Enable DTX on audio tracks in calls (#2482).
  • Don't ignore call member events with a distant future expiration date (#2466).
  • Expire call member state events after 1 hour (#2446).
  • Emit unknown device errors for group call participants without e2e (#2447).
  • Mute disconnected peers in PTT mode (#2421).
  • Add support for sending encrypted to-device events with OLM (#2322). Contributed by @robertlong.
  • Support for PTT group call mode (#2338).

🐛 Bug Fixes