Skip to content

Commit

Permalink
List included samples
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanalund committed Oct 22, 2014
1 parent b4d271d commit 8ce3760
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Example apps showing how to use OpenWebRTC
==========================================
OpenWebRTC example apps
=======================

This repo contains a simple node.js-based WebRTC app that you can use for testing. We are also working on native client examples and hope to have them available shortly.
This repo contains client examples showing how to use OpenWebRTC as well as simple WebRTC web app that can be used for testing.

![Demo app](/~https://github.com/EricssonResearch/openwebrtc-browser-extensions/blob/master/imgs/demoapp.png)
**Contents**

iOS
* 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](http://demo.openwebrtc.io)

0 comments on commit 8ce3760

Please sign in to comment.