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

Handling of RTCRtpEncodingParameters.maxFramerate for audio encodings is probably underspecified #2793

Closed
docfaraday opened this issue Oct 26, 2022 · 2 comments · Fixed by #2799
Assignees

Comments

@docfaraday
Copy link
Contributor

Right now, we do not do anything if content sets a maxFramerate on an audio RTCRtpEncodingParameters. We probably either want to unset it (like we do for scaleResolutionDownBy), or throw some sort of error.

@jan-ivar
Copy link
Member

jan-ivar commented Nov 16, 2022

It seems to me we should be consistent with scaleResolutionDownBy here, the other video-only parameter.

@docfaraday
Copy link
Contributor Author

Seems reasonable to me.

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 a pull request may close this issue.

2 participants