Skip to content

Commit

Permalink
Update types.tsx
Browse files Browse the repository at this point in the history
Solving missing type error as described in gatteo#14 (comment)
  • Loading branch information
jernejpregelj authored Feb 2, 2021
1 parent 667760f commit 8ad2908
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ export interface ConfigOptions {
* input and will suggest another valid device if one is present.
*/
enableNoAudioDetection?: boolean;

/**
* Show preloading page
*/
prejoinPageEnabled?: boolean;

/**
* Enabling this will run the lib-jitsi-meet noise detection module which will
Expand Down Expand Up @@ -1183,4 +1188,4 @@ export interface Props {
email?: string;
};

}
}

0 comments on commit 8ad2908

Please sign in to comment.