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

Add support for specifying a minimum recording duration #605

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

chenxiaolong
Copy link
Owner

If the recording isn't long enough, it will be discarded at the end of the call. The duration is computed based on the recording duration (number of encoded frames), not the call duration, so it excludes regions where the user explicitly paused the recording and regions where the call was placed on hold.

Similar to the record rules, this can be overridden during the call from BCR's notification.

Fixes: #411
Fixes: #604

If the recording isn't long enough, it will be discarded at the end of
the call. The duration is computed based on the recording duration
(number of encoded frames), not the call duration, so it excludes
regions where the user explicitly paused the recording and regions where
the call was placed on hold.

Similar to the record rules, this can be overridden during the call from
BCR's notification.

Fixes: #411
Fixes: #604

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
@chenxiaolong chenxiaolong self-assigned this Sep 20, 2024
@chenxiaolong
Copy link
Owner Author

Test build: BCR-1.71.r2.ge5fe6ce-release.zip

@chenxiaolong chenxiaolong merged commit e5fe6ce into master Sep 22, 2024
1 check passed
chenxiaolong added a commit that referenced this pull request Sep 22, 2024
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
@chenxiaolong chenxiaolong deleted the min-duration branch September 22, 2024 22:12
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.

Discard too short recordings Don't record calls under 10 seconds
1 participant