chore: improve voip lib configs for better mobile compatibility#37265
chore: improve voip lib configs for better mobile compatibility#37265kodiakhq[bot] merged 9 commits intodevelopfrom
Conversation
|
Looks like this PR is ready to merge! 🎉 |
|
WalkthroughThe changes add call confirmation tracking and ICE server configuration support to the media-signaling package. A new Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Areas requiring extra attention:
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #37265 +/- ##
===========================================
+ Coverage 67.60% 67.61% +0.01%
===========================================
Files 3463 3463
Lines 113694 113694
Branches 20902 20902
===========================================
+ Hits 76864 76877 +13
+ Misses 34697 34684 -13
Partials 2133 2133
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Proposed changes (including videos or screenshots)
Issue(s)
VGA-113
Steps to test or reproduce
Further comments
The only change that may impact the webclient is that the media signaling session will now only trigger the
newCallevent after the call is confirmed by the server (without this change, if the client requested a call, this event was triggered immediately, before the server even processed the request [and possibly rejected it])