From b8f839cfe4098481848c95c487a36c480b6e4a67 Mon Sep 17 00:00:00 2001 From: Francisco Gaona Date: Sun, 4 Jan 2026 04:38:41 +0100 Subject: [PATCH] WIP - fork call and media stream --- backend/src/voice/voice.controller.ts | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/backend/src/voice/voice.controller.ts b/backend/src/voice/voice.controller.ts index cecfa5a..0d8d54d 100644 --- a/backend/src/voice/voice.controller.ts +++ b/backend/src/voice/voice.controller.ts @@ -225,16 +225,14 @@ export class VoiceController { const twiml = ` + + + + + + ${clientElements} - - - - - - - - `;