·
22 commits
to refs/heads/staging
since this release
π¦ Deprecations
- [MatrixRTC] Remove sending of deprecated
notifyevent (we now usem.rtc.notification) (#5167). Contributed by @toger5.
β¨ Features
- Use stable /auth_metadata endpoint where homeserver supports v1.15 (#5174). Contributed by @hughns.
- Support additional_creators in upgradeRoom (MSC4289) (#5173). Contributed by @andybalaam.
- [MatrixRTC] Minimal change to transition from "" to "ROOM" as the callId/slotId (#5166). Contributed by @toger5.
- [MatrixRTC] Do not send the
livekit_aliasin sticky events (#5165). Contributed by @toger5. - Improve startup performance by using
promise.allwhen processing rooms from sync (#5095). Contributed by @MidhunSureshR. - Add OAuthGrantType enum for OAuth 2.0 API grant types (#5161). Contributed by @hughns.
- Add support for stable OAuth2.0 aware feature from MSC3824 (#5159). Contributed by @hughns.
- Give RoomWidgetClient the ability to send and receive sticky events (#5142). Contributed by @robintown.