chatwoot/app/javascript/dashboard
Tanmay Deep Sharma 0e87519ecd
feat: add mute button for Twilio calls (#14637)
## Linear Ticket

https://linear.app/chatwoot/issue/CW-7264/add-mute-button-in-twilio-calls

## Description

Adds mute support for Twilio voice calls. Previously the mute button was
shown only for WhatsApp calls (which toggle the local mic track in the
browser), so Twilio calls had no way to mute. The call widget now routes
mute by provider: WhatsApp continues to toggle the local mic track,
while Twilio uses the Voice SDK connection's native `mute()`. The mute
button is now shown for any active call, and unmute works symmetrically.

## Type of change

- [x] New feature (non-breaking change which adds functionality)

## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented on my code, particularly in hard-to-understand
areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules
2026-06-03 15:59:23 +05:30
..
api feat: add mute button for Twilio calls (#14637) 2026-06-03 15:59:23 +05:30
assets fix(ui): resolve unreadable select options in dark mode (#13207) 2026-03-30 13:05:28 +05:30
components feat: inline images in website and email channels (#14516) 2026-06-03 15:05:17 +05:30
components-next feat: add mute button for Twilio calls (#14637) 2026-06-03 15:59:23 +05:30
composables chore: upgrade to vite 6 (#14363) 2026-06-02 17:01:37 +05:30
constants feat: inline images in website and email channels (#14516) 2026-06-03 15:05:17 +05:30
helper feat: inline images in website and email channels (#14516) 2026-06-03 15:05:17 +05:30
i18n feat: inline images in website and email channels (#14516) 2026-06-03 15:05:17 +05:30
mixins feat: allow configuring attachment upload limit (#12835) 2025-11-17 14:03:08 -08:00
modules chore: resolve sass and vue compiler deprecation warnings (#13794) 2026-05-22 12:16:43 +05:30
routes feat: inline images in website and email channels (#14516) 2026-06-03 15:05:17 +05:30
services feat: Add rich template preview for WhatsApp & Twilio Templates (#13206) 2026-04-30 18:54:34 +04:00
store revert: restore conversation unread count feature flag (#14623) 2026-06-02 21:11:48 +05:30
stores feat: voice-call UX fixes (#14579) 2026-05-27 16:16:16 +05:30
App.vue feat: Add platform-wide status banners for outage notifications (#13943) 2026-04-29 17:18:38 +04:00
featureFlags.js revert: restore conversation unread count feature flag (#14623) 2026-06-02 21:11:48 +05:30