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(recordings) disable default auto transcribe #14495

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

mihhu
Copy link
Member

@mihhu mihhu commented Mar 18, 2024

No description provided.

@mihhu mihhu force-pushed the auto-transcribe-recordings-off branch from 7e4eb45 to cb6467c Compare March 18, 2024 13:28
@@ -208,7 +208,7 @@ export function canStopRecording(state: IReduxState) {
export function shouldAutoTranscribeOnRecord(state: IReduxState) {
const { transcription } = state['features/base/config'];

return transcription?.autoTranscribeOnRecord ?? true;
return Boolean(transcription?.autoTranscribeOnRecord && canAddTranscriber(state));
Copy link
Member

Choose a reason for hiding this comment

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

Make autoTranscribeOnRecord default o true though.

@mihhu mihhu force-pushed the auto-transcribe-recordings-off branch from cb6467c to 95bf2f6 Compare March 18, 2024 14:17
@mihhu mihhu requested a review from saghul March 18, 2024 14:17
@mihhu mihhu force-pushed the auto-transcribe-recordings-off branch from 95bf2f6 to ab0fe72 Compare March 18, 2024 14:18
@mihhu mihhu merged commit 07a15f0 into jitsi:master Mar 18, 2024
7 of 8 checks passed
@mihhu mihhu deleted the auto-transcribe-recordings-off branch March 18, 2024 14:55
mihhu added a commit to mihhu/jitsi-meet that referenced this pull request Mar 18, 2024
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