-
Notifications
You must be signed in to change notification settings - Fork 13k
chore: Remove old VoIP files and references #37060
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
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
WalkthroughThis PR removes legacy VoIP UI, hooks, context, client, and related utilities across packages/ui-voip and Meteor client usage. NavBar controls are simplified to only omnichannel items; all VoIP toggler/dialer logic, components, stories, tests, and provider/context are deleted. Root exports are updated to expose MediaCallProvider instead. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant NavBarControlsWithData
participant NavBarControlsWithCall
participant NavBarControlsMenu
User->>NavBarControlsWithData: Open controls
NavBarControlsWithData->>NavBarControlsWithCall: Pass omnichannelItems (no VoIP)
NavBarControlsWithCall->>NavBarControlsMenu: omnichannelItemsOnly, isPressed
NavBarControlsMenu->>User: Render Omnichannel section
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
⛔ Files ignored due to path filters (4)
📒 Files selected for processing (95)
💤 Files with no reviewable changes (91)
🔇 Additional comments (9)
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❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #37060 +/- ##
===========================================
- Coverage 67.41% 67.34% -0.07%
===========================================
Files 3334 3275 -59
Lines 113698 111858 -1840
Branches 20622 20277 -345
===========================================
- Hits 76648 75333 -1315
+ Misses 34440 33930 -510
+ Partials 2610 2595 -15
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
dougfabris
left a comment
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.
|
are you going to remove the v2 folder you had to create in a separated PR? |
yeah 😏 |

Proposed changes (including videos or screenshots)
Issue(s)
VGA-6
Steps to test or reproduce
Further comments
Summary by CodeRabbit