Hello everyone, I would to customize WebRTC to add something inside. I already successfully build for Android and inject to react-native-webrtc. Then I also have PC client that need to use the same WebRTC like in my Android.
I already successfully built using this
tutorial. In android the buid result is .jar files and I could inject to react-native-webrtc. But for PC, I don't know how to use my built result and inject to chromium engine for electron. Anyone could help about this or provide any reference will be really helpful? Thank you so much.