Instant-Visio / InstantVisio-WebApp

MIT License
10 stars 2 forks source link

Test WebRTC on iOs with ionic web-view #295

Closed MattiaPrimavera closed 3 years ago

MattiaPrimavera commented 3 years ago

According to this stackoverflow post:

WebRTC APIs that are supported in Safari(from iOS 11) are not yet exposed to iOS browsers using WKWebView. Ionic5 apps use WKWebview by default in iOS. So WKWebview doesn't support WebRTC.

I think you can mitigate this issue in iOS using Custom Cordova Plugin that has access to native code (like https://github.com/cordova-rtc/cordova-plugin-iosrtc).

Tests

With daily

MattiaPrimavera commented 3 years ago

I also found:

Screenshot 2020-12-01 at 18 26 39