Hey, I was wondering what currently the best and recommended way to use the mediasoup client in an app running in an ios webview such as cordova / capacitor is (if even possible).
I found the cordova-plugin-iosrtc but Im not sure if that is fully working or recommended.
Are there any plans to maybe make a native mediasoup-client plugin?
edit: Im ofc talking about iOS mainly here, it should work just fine with android since webviews should support webrtc.
It seems that the only Api needed and not yet implemented in iOS is getUserMedia which has several options to be replaced with, the rest of the WebRtc spec seems to work just fine even in iOS.
So this isnt really an issue anymore thankfully.
Thank you for your response though! Im not using react-native at all, its either WebView or native since Im using Angular for the web version.