diff --git a/src/types.tsx b/src/types.tsx index 585344e..4ddfd48 100644 --- a/src/types.tsx +++ b/src/types.tsx @@ -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 @@ -1183,4 +1188,4 @@ export interface Props { email?: string; }; -} \ No newline at end of file +}