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(local-recording) Don't use tab audio #12334

Merged
merged 1 commit into from
Oct 7, 2022
Merged

fix(local-recording) Don't use tab audio #12334

merged 1 commit into from
Oct 7, 2022

Conversation

robertpin
Copy link
Contributor

No description provided.

@robertpin robertpin marked this pull request as draft October 7, 2022 09:13
lang/main.json Outdated
@@ -625,7 +625,6 @@
"no": "No",
"participant": "Participant",
"participantStats": "Participant Stats",
"selectTabTitle": "🎥 Please select this tab for recording",
Copy link
Member

Choose a reason for hiding this comment

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

Please leave this, curious people may still click around...

@@ -219,23 +218,14 @@ const LocalRecordingManager: ILocalRecordingManager = {
permittedOrigins: [ '*' ]
});
}

const currentTitle = document.title;
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 still keep the title pl.

We have observed that participant audio is distant and garbled, so we
added the tracks individually to the mixer.

In addition, using tab audio prevents us from using preferCurrentTab due
to: https://bugs.chromium.org/p/chromium/issues/detail?id=1317964 so
losing audio effects but having better participant audio quality (in
addition to better UX) is not a bad compromise.
@saghul saghul marked this pull request as ready for review October 7, 2022 13:50
@saghul saghul merged commit ebcd1d8 into jitsi:master Oct 7, 2022
@robertpin robertpin deleted the rpintilii/update-local-rec branch October 10, 2022 05:56
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