-
-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improves the documentation of the webrtc crate #482
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #482 +/- ##
==========================================
+ Coverage 61.51% 61.52% +0.01%
==========================================
Files 529 530 +1
Lines 48839 48863 +24
Branches 12361 12352 -9
==========================================
+ Hits 30043 30063 +20
- Misses 9607 9617 +10
+ Partials 9189 9183 -6
☔ View full report in Codecov by Sentry. |
@kenaniah , thank you for improving the documentation. This will greatly help people learn how to use webrtc-rs APIs. |
d9b1f5a
to
afb4736
Compare
Hi all. My company is in the process of building a product on top of this project, and we are looking to become regular contributors to the webrtc-rs ecosystem. As a start, we would like to contribute a baseline set of documentation to the
webrtc
crate.Although this effort is still underway, I wanted to open up a draft PR to surface the work that we are doing on this front, in the hopes of getting early feedback from the maintainers & the community, in the hopes that this will be the first of many contributions back to upstream that we make.
WebRTC Crate Documentation
...