Add webRTC in webview in iOS?
From iOS 14.3 (Beta)
Apple is adding full support to WebRTC in WKWebView ! ð
Learn more here: https://webkit.org/blog/11353/mediarecorder-api/
From iOS11+
Apple has added support for WebRTC to Safari.
If you want to use WKWebView - there is only a partial support.
Checkout this answer:
WebRTC Support in iOS 11 - Explained
Unfortunately with the current WebRTC support in the iOS web browser, you can't easily add WebRTC. You would have to use the native iOS libraries (https://webrtc.org/native-code/ios/).