I want to modify few code in this class
https://chromium.googlesource.com/external/webrtc/+/master/talk/app/webrtc/objc/avfoundationvideocapturer.mmand also want to add custom renderer. When i build webrtc code it gives static library (.a) file and i'm using it works perfectly fine.
But now i want to do few experiments, is there any way i can pull and import webrtc source files into my xcode project insread of using static lib?
OR can i build only webrtc code into a single fat file and import objc classes manually not with library?
any help would be appreciated!