From 0e5d468e9aa9f89fe60dbab95a232e37a01f3762 Mon Sep 17 00:00:00 2001 From: "anton.buksa" Date: Wed, 5 Jun 2024 16:20:23 +0200 Subject: [PATCH] auto join call for caller in channels Changelog: changed --- webapp/channels/src/actions/calls.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/channels/src/actions/calls.ts b/webapp/channels/src/actions/calls.ts index 8f96f0f893..56adeae58c 100644 --- a/webapp/channels/src/actions/calls.ts +++ b/webapp/channels/src/actions/calls.ts @@ -176,6 +176,7 @@ export function startOrJoinCallInChannelV2(channelID: string) { }); if (channel.type === 'O' || channel.type === 'P') { + openWebCallInNewTab(data.url, data.jwt, data.name); return; }