Merge branch 'gh-pages' into contributing-server
tree: 6999777945238f516c18481f5627fc8688852027
  1. .github/
  2. nightwatch/
  3. release/
  4. src/
  5. web_server/
  6. .babelrc
  7. .eslintrc.js
  8. .gitignore
  9. .stylelintrc
  10. .travis.yml
  11. AUTHORS
  12. CONTRIBUTING.md
  13. google1b7eb21c5b594ba0.html
  14. gulpfile.babel.js
  15. index.html
  16. LICENSE.md
  17. nightwatch.conf.js
  18. nightwatch.json
  19. package-lock.json
  20. package.json
  21. README.md
README.md

Build Status

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.

We welcome contributions and bugfixes. Please see CONTRIBUTING.md for details.

Testing

Some of the samples have an associated test. These are currently using Nightwatch.JS 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 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 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 Google Group.