Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.14 KB

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

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