pwnall / chromeview

Proof of concept Android WebView implementation based on Chromium code
1.69k stars 436 forks source link

Does it support webrtc or how can i enable webrtc for it? #11

Open softopya opened 11 years ago

softopya commented 11 years ago

I need webrtc support. Can we do that?

twoh commented 10 years ago

Yes I am too... also need this for webrtc. Does the newest release support webrtc?

pwnall commented 10 years ago

I haven't been able to work on this code for a while. However, I'm reasonably sure that ChromeView uses the same underlying code (android_webview) as the Chrome-powered WebView in Android 4.4. Since WebView doesn't support WebRTC, I'm guessing it won't work in ChromeView either.

twoh commented 10 years ago

I see... but native Chrome for Android app support WebRTC. Hmm...