Skip to content

Commit

Permalink
auto join call for caller in channels
Browse files Browse the repository at this point in the history
Changelog: changed
  • Loading branch information
antonbuks committed Jun 5, 2024
1 parent 0d32c30 commit 0e5d468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/channels/src/actions/calls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export function startOrJoinCallInChannelV2(channelID: string) {
});

if (channel.type === 'O' || channel.type === 'P') {
openWebCallInNewTab(data.url, data.jwt, data.name);
return;
}

Expand Down

0 comments on commit 0e5d468

Please sign in to comment.