@100mslive/roomkit-react 0.2.2 → 0.2.3-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ import {
23
23
  styled,
24
24
  usePollViewToggle,
25
25
  useTheme
26
- } from "./chunk-AMKCMJY4.js";
26
+ } from "./chunk-5W4IGFZA.js";
27
27
 
28
28
  // src/Prebuilt/layouts/HLSView.jsx
29
29
  init_define_process_env();
@@ -984,4 +984,4 @@ var HLSView_default = HLSView;
984
984
  export {
985
985
  HLSView_default as default
986
986
  };
987
- //# sourceMappingURL=HLSView-LVQBZ4PX.js.map
987
+ //# sourceMappingURL=HLSView-CVRPVOXD.js.map
@@ -9,6 +9,8 @@ export declare class VBPlugin {
9
9
  getName: () => string | undefined;
10
10
  setBlur: (blurPower: number) => Promise<void>;
11
11
  setBackground: (mediaURL: string) => Promise<void>;
12
+ setPreset: (preset: string) => void;
13
+ getPreset: () => string;
12
14
  removeEffects: () => Promise<void>;
13
15
  reset: () => void;
14
16
  }