Cordova-plugin-iosrtc: Add Native Android WebRTC support

Created on 17 Jan 2020  路  4Comments  路  Source: cordova-rtc/cordova-plugin-iosrtc

On Android this plugin does not provide WebRTC but relly on WebView WebRTC implemation instead.

Let make a Android WebRTC custom binding :)

enhancement libwebrtc webrtc-adapter webrtc-api

Most helpful comment

All 4 comments

Is the plugin usable right now for Android devices?

It seems the webview's implementation of WebRTC is incorrect, and it's jittery for us. The same app runs well when browsed with Android's Chrome browser, yet jitters on webview.

@j4hangir not for now, I'm considering it.

I have a initial PR that implement enumerateDevices with proper device name, that all for now.

This would require considerable development on my side.

In the meantime i recommend to check this cordova plug-in that allow to embed a custom Webview chromium version: https://github.com/ks32/CrosswalkNative

Was this page helpful?
0 / 5 - 0 ratings