-
Notifications
You must be signed in to change notification settings - Fork 9.6k
refactor: remove ring.mp3 tone for instant meetings #21404
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
refactor: remove ring.mp3 tone for instant meetings #21404
Conversation
Co-Authored-By: [email protected] <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (05/19/25)1 reviewer was added to this PR based on Keith Williams's automation. |
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.
@Udit-takkar had a coupl
}); | ||
}); | ||
}; | ||
// Notification click handler for instant meetings removed |
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.
Can we not just remove this comment and the if statement?
@@ -21,7 +20,7 @@ export function Providers({ isEmbed, children }: ProvidersProps) { | |||
<SessionProvider> | |||
<TrpcProvider> | |||
{!isBookingPage ? <PlainChat /> : null} | |||
{!isEmbed && !isBookingPage && <NotificationSoundHandler />} | |||
{/* NotificationSoundHandler removed */} |
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.
Can we not just remove this completely?
Closing based on recommendation by @Udit-takkar |
Remove ring.mp3 tone for instant meetings
This PR removes the feature that plays a ring.mp3 tone for instant meetings as requested. All instances of this functionality and the related service worker code have been removed.
Changes
Testing
yarn type-check:ci
TZ=UTC yarn test
(one failing test unrelated to these changes)Link to Devin run: https://app.devin.ai/sessions/0e103abbfa9f43b9aced6c86b6deb8b9
Requested by: [email protected]
Summary by cubic
Removed the ring.mp3 notification sound for instant meetings, including all related code and assets. Instant meetings will no longer play a sound when triggered.