webrtc via crosswalk webview recording did work years ago with meteor./cordova
meteor/chrome is OK, no problem
however this is broken now.
have android.permission.RECORD_AUDIO in AndroidManifest.xml
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-crosswalk-webview"
version="2.4.0">
<name>Crosswalk WebView Engine</name>
<description>Changes the default WebView to CrossWalk</description>
<license>Apache 2.0</license>
<keywords>cordova,chromium,crosswalk,webview</keywords>
<repo>https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview</repo>
<issue>https://crosswalk-project.org/jira</issue>
<engines>
<engine name="cordova-android" version=">=6"/>
<engine name="cordova-plugman" version=">=5.2.0"/><!-- needed for gradleReference support -->
</engines>
<!-- android -->
This file has been truncated. show original
yes this works much better.
yet recording still fails
data blocked
ug
now with the latest android sdk recording WORKS
yet twitter login fails
however basic login is ok
22 is ok for recording
23 is ok for twitter login
ha ha nothing works for both !