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: Adds notification for conference audio recordings. #564

Merged
merged 4 commits into from
Nov 4, 2024

Conversation

damencho
Copy link
Member


if (rs != null)
{
notifyRecordingStatusChanged(rs.getRecordingMode(), rs.getStatus());
Copy link
Member

Choose a reason for hiding this comment

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

I think this will result in playing "recording is off" when both jibri and audio recording are on and the jibri is stopped. I think we should read the recording state from both the jibri extension and ConferenceProperties together, and then act on it.

notifyRecordingStatusChanged(rs.getRecordingMode(), rs.getStatus());

return;
isJibriRecordingOn = true;
Copy link
Member

Choose a reason for hiding this comment

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

This is incorrect when there is a RecordingStatus extension with status=OFF

…nManager.java

Co-authored-by: bgrozev <boris@jitsi.org>
@damencho damencho merged commit dc190a0 into master Nov 4, 2024
2 checks passed
@damencho damencho deleted the a-recording-notification branch November 4, 2024 16:13
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