Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fippo/webrtc
WebRTC demos and samples
https://github.com/fippo/webrtc
Last synced: 2 months ago
JSON representation
WebRTC demos and samples
- Host: GitHub
- URL: https://github.com/fippo/webrtc
- Owner: fippo
- License: bsd-3-clause
- Fork: true (webrtc/samples)
- Created: 2014-05-13T08:22:49.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-07-25T00:13:56.000Z (5 months ago)
- Last Synced: 2024-08-01T13:34:21.958Z (5 months ago)
- Language: JavaScript
- Size: 18.9 MB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/webrtc/samples.svg?branch=gh-pages)](https://travis-ci.org/webrtc/samples/)
# WebRTC code samples
This is a repository for the WebRTC JavaScript code samples. All of the samples can be tested from [webrtc.github.io/samples](https://webrtc.github.io/samples).
We welcome contributions and bugfixes. Please see [CONTRIBUTING.md](https://github.com/webrtc/samples/blob/gh-pages/CONTRIBUTING.md) for details.
## Testing
Some of the samples have an associated test. These are currently using [Nightwatch.JS](https://nightwatchjs.org) and
are only testing the UI of the samples. The purpose of these is to provide examples of how you can write UI tests for
your WebRTC web application.## Bugs
If you encounter a bug or problem with one of the samples, please submit a
[new issue](https://github.com/webrtc/samples/issues/new) so we know about it and can fix it.Please avoid submitting issues on this repository for general problems you have with WebRTC. If you have found a bug in
the WebRTC APIs, please see [webrtc.org/bugs](https://webrtc.org/bugs) for how to submit bugs on the affected browsers.
If you need support on how to implement your own WebRTC-based application, please see the
[discuss-webrtc](https://groups.google.com/forum/#!forum/discuss-webrtc) Google Group.