Commit 8f9f3b2
fix: correct DegradationPreference docstrings to match WebRTC semantics
The docstrings for MaintainFramerate and MaintainResolution were swapped.
Per the W3C WebRTC spec:
- MaintainFramerate: Degrade resolution to maintain framerate (prioritize smooth motion)
- MaintainResolution: Degrade framerate to maintain resolution (prioritize image clarity)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 641ae21 commit 8f9f3b2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments