Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webrtc/samples
WebRTC Web demos and samples
https://github.com/webrtc/samples
javascript webrtc webrtc-demos
Last synced: 7 days ago
JSON representation
WebRTC Web demos and samples
- Host: GitHub
- URL: https://github.com/webrtc/samples
- Owner: webrtc
- License: bsd-3-clause
- Created: 2013-09-20T10:40:23.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-04-09T22:24:30.000Z (7 months ago)
- Last Synced: 2024-04-14T09:31:27.195Z (7 months ago)
- Topics: javascript, webrtc, webrtc-demos
- Language: JavaScript
- Homepage: https://webrtc.github.io/samples
- Size: 17.5 MB
- Stars: 13,591
- Watchers: 624
- Forks: 5,673
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-starts - webrtc/samples - WebRTC Web demos and samples (JavaScript)
- awesome-webrtc - WebRTC Code Samples - WebRTC Web demos and samples. (Samples)
- awesome-list - samples
- awesome-webrtc - samples - WebRTC code samples. (Overview)
- starred-awesome - samples - WebRTC Web demos and samples (JavaScript)
README
# 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).
To run the samples locally
```
npm install && npm start
```
and open your browser on the page indicated.## Contributing
We welcome contributions and bugfixes. Please see [CONTRIBUTING.md](https://github.com/webrtc/samples/blob/gh-pages/CONTRIBUTING.md) for details.## 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/support/bug-reporting) 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.