Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 938 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 938 Bytes

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.
  • WebView - Hybrid (native/webview) app that wraps http://demo.openwebrtc.io.

iOS

  • Selfie - Uses the C API to show a self-view video. Video is rendered using OpenGL.
  • SimpleDemo - Hybrid (native/webview) app that wraps http://demo.openwebrtc.io.

OS X

  • Camera Test - Uses the C API to show a self-view video. Video is rendered using OpenGL.

web