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

fix(config): Remove the deprecated configs. #13500

Merged
merged 4 commits into from
Jul 3, 2023

Conversation

jallamsetty1
Copy link
Member

Add the new codec selection settings for desktop and mobile endpoints.

Add the new codec selection settings for desktop and mobile endpoints.
react/features/base/config/reducer.ts Outdated Show resolved Hide resolved
react/features/base/config/configWhitelist.ts Show resolved Hide resolved
config.js Show resolved Hide resolved
@@ -47,13 +47,11 @@ const INITIAL_RN_STATE: IConfig = {
// FIXME: than requiring this override here...

p2p: {
disabledCodec: 'vp9',
preferredCodec: 'h264'
mobileCodecPreferenceOrder: [ 'H264', 'VP8' ]
Copy link
Member

Choose a reason for hiding this comment

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

What the value if we don't define this? We could make the code behave like so, and remove this override entirely, and people can configure whatever they want in config.js, no?

Copy link
Member Author

Choose a reason for hiding this comment

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

https://github.com/jitsi/lib-jitsi-meet/pull/2296/files#diff-dcb81f0be0b559eee3d7693e162f67f90eee41d6fa0a8cbc91c6460ec02f5c36R38 will be the new default order which is applicable to desktop clients. We could define a different set for mobile endpoints by default.

Copy link
Member

Choose a reason for hiding this comment

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

Let's do that please!

@saghul
Copy link
Member

saghul commented Jul 3, 2023

Other PRs seem to pass. Are we sure the failures are not related?

@jallamsetty1
Copy link
Member Author

MuteTest on Firefox has been failing on alpha for few weeks now so that one is unrelated for sure.

@jallamsetty1 jallamsetty1 merged commit 97f9d74 into jitsi:master Jul 3, 2023
6 checks passed
@jallamsetty1 jallamsetty1 deleted the feat-multiple-codecs branch July 3, 2023 22:26
hristoterezov pushed a commit that referenced this pull request Jul 19, 2023
* fix(config): Remove the deprecated configs.
Add the new codec selection settings for desktop and mobile endpoints.

* fix(config): Use the new codec selection settings for RN.

* Address review comments.

* chore(deps) Update lib-jitsi-meet@latest.
jitsi/lib-jitsi-meet@v1649.0.0+17ade96a...v1652.0.0+90da4884.
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