Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 737 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 737 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

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