We want to use a custom video source instead of normal sources like cameras for WebRTC. There do exist solutions if using WebRTC library on native Android/iOS code. However, our environment is different:
We have a native Android/iOS app. The app has a WebView (or, if you want, have a JavaScriptCore engine or anything else), and many JavaScript code is running inside it. The js code (not the native code) is using WebRTC, and we want this to have a custom video source.
Thanks very much for and ideas!