Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jul 26, 2024
1 parent cc6bed0 commit 8aa8f30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/products/calls/types/calls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
type EmojiData,
type UserReactionData,
} from '@mattermost/calls/lib/types';

import type UserModel from '@typings/database/models/servers/user';

export type GlobalCallsState = {
Expand Down Expand Up @@ -175,7 +176,7 @@ export const DefaultCallsConfig: CallsConfigState = {
EnableLiveCaptions: false,
HostControlsAllowed: false,
EnableAV1: false,
TranscribeAPI: TranscribeAPI.WhisperCPP, // admin only
TranscribeAPI: TranscribeAPI.WhisperCPP,
};

export type ApiResp = {
Expand Down

0 comments on commit 8aa8f30

Please sign in to comment.