-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4d271d
commit 8ce3760
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |