w3c / webrtc-svc

W3C Scalable Video Coding (SVC) Extension for WebRTC
https://w3c.github.io/webrtc-svc/
Other
39 stars 14 forks source link

Update getParameters() to not return the default scalabilityMode #79

Closed Orphis closed 1 year ago

Orphis commented 1 year ago

Always returning the current scalabilityMode has some backwards compatibility issues. Applications that need to select specific scalabilityModes will still be able to observe when a fallback happens, others could use getStats() instead.

Fixes #75


Preview | Diff