From 056765584065a5e1237b3cd055d2c7096899386a Mon Sep 17 00:00:00 2001 From: Tanmay Deep Sharma Date: Thu, 30 Apr 2026 20:43:35 +0700 Subject: [PATCH] fix(voice): outbound STUN, mute toggle, skip voice_call bubble in send pipeline --- .../components/widgets/FloatingCallWidget.vue | 43 ++++++++++++++++++- .../composables/useWhatsappCallSession.js | 23 +++++++++- .../i18n/locale/en/conversation.json | 4 +- app/services/base/send_on_channel_service.rb | 4 +- 4 files changed, 70 insertions(+), 4 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/FloatingCallWidget.vue b/app/javascript/dashboard/components/widgets/FloatingCallWidget.vue index 4086c733c..c3a12999f 100644 --- a/app/javascript/dashboard/components/widgets/FloatingCallWidget.vue +++ b/app/javascript/dashboard/components/widgets/FloatingCallWidget.vue @@ -1,8 +1,9 @@