open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
389 stars 181 forks source link

How to upgrade the webrtc dependency to latest version #583

Open ivanchy opened 2 years ago

ivanchy commented 2 years ago

Can i upgrade the 'src/third_party/webrtc' to a new chromium revision, seem this project is using a 2020's old version.

Meonardo commented 2 years ago

I think you can upgrade it(change the DEPS file), but it would not be build successfully(?), the src/third_party/webrtc is from owt-deps-webrtc repo, they did a lot of modifications of the source code.

ivanchy commented 2 years ago

yes , i had tried change the DEPS file,it cannot build success. Anyone know how to modify the newest version to suit it?