Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
738 stars 186 forks source link

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

Open koodonghyeon opened 7 months ago

koodonghyeon commented 7 months ago

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

karasusan commented 7 months ago

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