openwebrtc-examples
openwebrtc-examples copied to clipboard
Examples apps showing how to use OpenWebRTC
OpenWebRTC example apps
This repo contains client examples showing how to use OpenWebRTC as well as simple WebRTC web app that can be used for testing.
Wiki
Contents
Android
- Native - Uses the C API to show a self-view video. Video is rendered using OpenGL.
- NativeCall - Fully native app that connects to http://demo.openwebrtc.org.
- WebView - Hybrid (native/webview) app that wraps http://demo.openwebrtc.org.
iOS
- NativeDemo - Fully native app that uses the C API and connects to http://demo.openwebrtc.org.
- SimpleDemo - Hybrid (native/webview) app that wraps http://demo.openwebrtc.org.
- Selfie - Uses the C API to show a self-view video. Video is rendered using OpenGL.
OS X
- Camera Test - Uses the C API to show a self-view video. Video is rendered using OpenGL.
web
channel_server.js- Node.js based server and web application used for http://demo.openwebrtc.org