- Notifications
You must be signed in to change notification settings - Fork5.7k
WebRTC Web demos and samples
License
webrtc/samples
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a repository for the WebRTC JavaScript code samples. All of the samples can be tested fromwebrtc.github.io/samples.
To run the samples locally
npm install && npm start
and open your browser on the page indicated.
We welcome contributions and bugfixes. Please seeCONTRIBUTING.md for details.
If you encounter a bug or problem with one of the samples, please submit anew issue 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 inthe WebRTC APIs, please seewebrtc.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 thediscuss-webrtc Google Group.