WebRTC welcomes patches/pulls for features and bug fixes!
March 15, 2022 ยท View on GitHub
For contributors external to Google, follow the instructions given in the Google Individual Contributor License Agreement. In all cases, contributors must sign a contributor license agreement before a contribution can be accepted. Please complete the agreement for an individual or a corporation as appropriate.
If you plan to add a new sample or make significant changes to an existing sample, we recommend that you start by creating a new issue where we can discuss the details.
How to start developing a patch, new feature or bug fix
Clone the repo in desired folder
git clone https://github.com/webrtc/samples.git
Install npm dependencies
npm install
Start web server for development
npm start