-
Notifications
You must be signed in to change notification settings - Fork 21
Add "For Developers" guides - Debugging, Encryption and SDP #223
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #223 +/- ##
==========================================
+ Coverage 87.79% 87.82% +0.03%
==========================================
Files 54 54
Lines 2752 2752
==========================================
+ Hits 2416 2417 +1
+ Misses 336 335 -1 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
98f2c52
to
e240546
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
A concise set of developer‐focused guides is added to the documentation and registered in the project config.
- Define and include a new
for_developers_guides
list in mix.exs - Register the “For Developers” group in extras and sidebar
- Add three markdown guides: SDP, encryption, and debugging
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 11 comments.
File | Description |
---|---|
mix.exs | Added for_developers_guides and integrated into docs config |
guides/for_developers/fd_sdp.md | New SDP guide covering general info, rules, and negotiation flows |
guides/for_developers/fd_encryption.md | New encryption guide explaining SRTP, DTLS, and key derivation |
guides/for_developers/fd_debugging.md | New debugging guide outlining workflow, ICE, DTLS, and QoE |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Add notes from our the first two internal WebRTC discussions. These include: