This is easily testable by using the following code in iOS and opening the same url (https://janus.conf.meetecho.com/videocalltest.html) in the desktop browser (tested with chrome), clicking Start, registering a name, and calling the other side.
let config = WKWebViewConfiguration()
config.allowsInlineMediaPlayback = true
let webview = WKWebView(frame: .zero, configuration: config)
webview.load(URLRequest(url: URL(string: "https://janus.conf.meetecho.com/videocalltest.html")!))
Topic:
Safari & Web
SubTopic:
General
Tags: