com.unity.webrtc
com.unity.webrtc copied to clipboard
[REQUEST]: How can I set the `DegradationPreference` which defined in `rtp_parameters.h` in webrtc source code?
Is your feature request related to a problem?
Hi guys. I know that com.unity.webrtc is based on webrtc.lib developed by Google. I confirmed that webrtc provides its own video adaptation mechanism. Is it possible to manually set DegradationPreference using the API of con.unity.webrtc? Thank you in advance.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
@koodonghyeon
This API is already removed from webrtc API. https://github.com/w3c/webrtc-pc/pull/2399
I think it's a risk to support the old API.