alexpiezo / WebRTC

Universal WebRTC XCFramework for iOS/macOS
Other
129 stars 39 forks source link

Building WebRTC framework from custom code #36

Open thammaknot opened 1 year ago

thammaknot commented 1 year ago

Hi,

I'd like to modify a bit of code inside WebRTC itself and build a framework file from it (so that I can use the framework file in my Flutter project).

How do I change the build process to point to my own WebRTC repo? Ideally, I'd like to use this webrtc codebase: https://github.com/webrtc-sdk/webrtc

Thank you so much!