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

Remove deprecated calls in webrtc/call.ts #4562

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

florianduros
Copy link
Contributor

@florianduros florianduros commented Nov 28, 2024

Checklist

  • Tests written for new code (and old code if feasible).
  • New or updated public/exported symbols have accurate TSDoc documentation.
  • Linter and other CI checks pass.
  • Sign-off given on the changes (see CONTRIBUTING.md).

webrtc/call.ts uses deprecated and unsupported methods by the rust cryptography. I suppose it's somewhat broken since the usage of the rust cryptography.

I removed theses calls for element-hq/element-web#26922
We wait for the js-sdk to drop the support of the legacy crypto to merge it in order to keep the feature when the legacy crypto is used.

@florianduros florianduros force-pushed the florianduros/rip-out-legacy-crypto/call branch from 601c4eb to a45de2f Compare November 28, 2024 13:14
@florianduros florianduros added the T-Task Tasks for the team like planning label Nov 28, 2024
@florianduros florianduros marked this pull request as ready for review November 28, 2024 13:21
@florianduros florianduros requested a review from a team as a code owner November 28, 2024 13:21
src/webrtc/call.ts Outdated Show resolved Hide resolved
src/webrtc/call.ts Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Tasks for the team like planning X-Blocked X-Breaking-Change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants