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(external_api) add ability to start transcriptions together with … #14858

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

saghul
Copy link
Member

@saghul saghul commented Jun 21, 2024

…recordings

@saghul saghul marked this pull request as ready for review June 21, 2024 11:55
@@ -715,25 +717,33 @@ function initCommands() {
mode: JitsiRecordingConstants.mode.STREAM,
streamId: youtubeStreamKey || rtmpStreamKey
};
} else {
logger.error('Invalid recording mode provided');
Copy link
Member

Choose a reason for hiding this comment

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

We don't need the print anymore?

Copy link
Member Author

Choose a reason for hiding this comment

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

No because if there is no recording the mode won't be set, just the transcription flag.

@@ -743,6 +753,13 @@ function initCommands() {
return;
}

if (transcription) {
Copy link
Member

Choose a reason for hiding this comment

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

I'm wondering if the the recording have been started with transcription but it is stopped with transcription false, what would happen? The transcription will just continue?

Also what happens if the recording have been started without transcription but it is stopped with transcription true. Have you tested it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, the transcription is allowed to continue in that case.

Copy link
Member

@hristoterezov hristoterezov left a comment

Choose a reason for hiding this comment

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

LGTM! Left some questions!

@saghul saghul merged commit d8079a4 into jitsi:master Jun 27, 2024
9 checks passed
@saghul
Copy link
Member Author

saghul commented Jun 27, 2024

Thanks for the review!

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.

None yet

2 participants