# webrtc **Repository Path**: wu-zimu/webrtc ## Basic Information - **Project Name**: webrtc - **Description**: webrtc视频直播流媒体开发 - **Primary Language**: JavaScript - **License**: BSD-3-Clause - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-12-29 - **Last Updated**: 2024-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.