Skip to content

Commit

Permalink
GroupCallsAllowed (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 authored Aug 12, 2024
1 parent e63817c commit 1ce6def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export type CallsConfig = {
EnableLiveCaptions: boolean;
HostControlsAllowed: boolean;
EnableAV1: boolean;
GroupCallsAllowed: boolean;
TranscribeAPI: TranscribeAPI;
};
export type Reaction = UserReactionData & {
Expand Down
1 change: 1 addition & 0 deletions src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export type CallsConfig = {
EnableLiveCaptions: boolean;
HostControlsAllowed: boolean;
EnableAV1: boolean;
GroupCallsAllowed: boolean;

// Admin only
TranscribeAPI: TranscribeAPI;
Expand Down

0 comments on commit 1ce6def

Please sign in to comment.