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

Don't remove streams that still have tracks #2104

Merged
merged 1 commit into from
Jan 14, 2022

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Jan 13, 2022

If a renogotiation ends up with one track being removed, we removed
the whole stream, which would cause us to lose, for example, audio
rather than just video.


Here's what your changelog entry will look like:

🐛 Bug Fixes

  • Don't remove streams that still have tracks (#2104).

If a renogotiation ends up with one track being removed, we removed
the whole stream, which would cause us to lose, for example, audio
rather than just video.
@dbkr dbkr added the T-Defect label Jan 13, 2022
@dbkr dbkr requested a review from a team as a code owner January 13, 2022 17:45
@dbkr dbkr merged commit 16ca09e into develop Jan 14, 2022
@dbkr dbkr deleted the dbkr/dont_remove_tracks_with_streams branch January 14, 2022 09:43
su-ex added a commit to SchildiChat/matrix-js-sdk that referenced this pull request Jan 31, 2022
* Support m.asset in m.location event content ([\matrix-org#2109](matrix-org#2109)).
* Send extensible events structure and support on-demand parsing ([\matrix-org#2091](matrix-org#2091)).
* Support cancelling events whilst they are in status = ENCRYPTING ([\matrix-org#2095](matrix-org#2095)).
* Fix http-api butchering idServer requests ([\matrix-org#2134](matrix-org#2134)). Fixes element-hq/element-web#20680.
* Don't remove streams that still have tracks ([\matrix-org#2104](matrix-org#2104)).
robertlong pushed a commit that referenced this pull request Mar 1, 2022
If a renogotiation ends up with one track being removed, we removed
the whole stream, which would cause us to lose, for example, audio
rather than just video.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants