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.io.
- WebView - Hybrid (native/webview) app that wraps http://demo.openwebrtc.io.
iOS
- NativeDemo - Fully native app that uses the C API and connects to http://demo.openwebrtc.io.
- SimpleDemo - Hybrid (native/webview) app that wraps http://demo.openwebrtc.io.
- 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.io