com.unity.webrtc icon indicating copy to clipboard operation
com.unity.webrtc copied to clipboard

[REQUEST]: How can I set the `DegradationPreference` which defined in `rtp_parameters.h` in webrtc source code?

Open koodonghyeon opened this issue 2 years ago • 1 comments

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 avatar Nov 14 '23 07:11 koodonghyeon

@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.

karasusan avatar Nov 15 '23 01:11 karasusan