Releases: element-hq/element-call
Releases · element-hq/element-call
v0.2.10
v0.2.9
- Fix exception on ICE end-of-candidates message causing media failures (matrix-org/matrix-js-sdk#2622)
- Fix groupcall debug info in rageshakes (#552)
Full Changelog: v0.2.8...v0.2.9
v0.2.8
v0.2.7
What's Changed
- Catch fatal errors (#481)
- Add local volume control (#468)
- Add support for audio sharing (#473)
- Add full-screen mode (#502)
- Show name in 1:1 calls (#514)
- Fix a case where someone's audio could be missing if the audio track arrived late (#516)
Plus lots of bug fixes, and converting the entire project to TypeScript to prevent bugs and allow us to work faster.
Full Changelog: v0.2.6...v0.2.7
v0.2.6
v0.2.5
This release will force a logout for all users because some instances lost their original set of crypto keys and generated new ones, meaning the other users would not encrypt messages to their new key. We can't detect where this has happened so we need to invalidate all sessions.
v0.2.4
v0.2.3
- Use a single audio context and don't leak peer connections - this could cause no audio or audio to break on other sites when using chrome.
- Make echo cancellaation work in spatial audio mode in Chrome
- Add 'waiting for network' state to walkie-talkie mode
- Add a warning if other people on the call are using incompatible versions of Element Call