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

feat(e2ee) add ability to disable the feature #2592

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

saghul
Copy link
Member

@saghul saghul commented Oct 28, 2024

No description provided.

return !(config.testing && config.testing.disableE2EE)
&& (browser.supportsInsertableStreams()
|| (config.enableEncodedTransformSupport && browser.supportsEncodedTransform()));
if (e2ee.disabled || config.testing?.disableE2EE) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding this to config.js?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already did! See the PR in JM.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I was thinking I was reading jitsi-meet PR here 🤦

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to merge the repos :)

@saghul
Copy link
Member Author

saghul commented Oct 28, 2024

Jenkins please test this please.

@damencho
Copy link
Member

There is a known failure with PRs in checking jvb logs. @bgrozev will take a look, I think.

@saghul saghul merged commit 793f7ce into jitsi:master Oct 28, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants