I want to build an ios application, where I plan to have a native iOS webview in the app. Within the native webview, I want to be able to run a video call, using webrtc. Is this possible? Is webrtc supported by native iOS webviews?
Asked
Active
Viewed 778 times
1 Answers
1
webview supports RTCPeerConnection but the state of getUserMedia is still unclear. See https://bugs.chromium.org/p/chromium/issues/detail?id=752458 and the linked webkit bug.

Philipp Hancke
- 15,855
- 2
- 23
- 31