I have created a chat but with webView. The problem is the chat has video and voice that is not supported with iOS because it does not support webRTC.
The main question is how can I easily add RTC inside webView in Swift to support iOS video and voice?
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/).