-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use OpenWebRTC framework for Android? #18
Comments
We will add tutorials for writing applications soon, but if you want to get going straight away and enjoy a challenge, Bowser is the best thing to look at. It works by injecting a script into a WebView, which enables the WebRTC API to be used inside the webpage. The Android WebView uses the same API as the iOS one, so the method for injecting the script can be copied directly. The code for injecting the script is found in BowserViewController. You will also need to use some method to access the native C functions from Java in order to call |
Also there is this wiki page about running and testing |
@Rugvip that Android tutorial would be nice :-) |
Here's a fully native example showing how to use OpenWebRTC on Android: EricssonResearch/openwebrtc-examples#31 |
Merge juberti:master to doohickey branch
I follow the build tutorial, it seems that ./build.sh -r android is successful.
/Users/yuhsuanlin/Documents/ikala/openwebrtc/install-sh -c -d '/Users/yuhsuanlin/Documents/ikala/openwebrtc/out/arm-linux-androideabi/./share/doc/libopenwebrtc'
/usr/bin/install -c -m 644 /Users/yuhsuanlin/Documents/ikala/openwebrtc/README /Users/yuhsuanlin/Documents/ikala/openwebrtc/COPYING /Users/yuhsuanlin/Documents/ikala/openwebrtc/AUTHORS /Users/yuhsuanlin/Documents/ikala/openwebrtc/ChangeLog /Users/yuhsuanlin/Documents/ikala/openwebrtc/INSTALL /Users/yuhsuanlin/Documents/ikala/openwebrtc/NEWS '/Users/yuhsuanlin/Documents/ikala/openwebrtc/out/arm-linux-androideabi/./share/doc/libopenwebrtc'
Marking build successful in .
But how do I use them in app? Is there any demo app?
Thanks!
The text was updated successfully, but these errors were encountered: