https://github.com/web3batman/camara.io
https://github.com/web3batman/camara.io
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/web3batman/camara.io
- Owner: web3batman
- License: bsd-3-clause
- Created: 2019-08-16T15:59:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:36:08.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:15:33.208Z (over 1 year ago)
- Language: JavaScript
- Size: 12.6 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](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.