Implementing WebRTC on WebView with Codename One
问题 I'm developing an app which I need to include WebRTC using the WebView of Android. According to this article: [https://developer.chrome.com/multidevice/webview/overview] it is fully supported since WebView v36. (I'm testing on an Android 5.1.1 / Chrome 54 / Mobile Safari 537.36. And I confirm that it works on the standalone Chrome browser). As of now, viewing of WebRTC works. However, broadcasting (capturing video from the camera and sending it to the server) does not work . Note: it works on