Add webRTC in webview in iOS? Add webRTC in webview in iOS? swift swift

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/).


getUserMedia not supported in WKWebView

This bug was filed in radar, which is Apple's bug tracking system : http://www.openradar.me/33571214