getUsablePresets
Returns a list of the available camera effects presets
const { getUsablePresets } = await import("@whereby.com/camera-effects");
const usablePresets = getUsablePresets();Last updated
Was this helpful?
Returns a list of the available camera effects presets
const { getUsablePresets } = await import("@whereby.com/camera-effects");
const usablePresets = getUsablePresets();Get the list of available camera effect presets. A preset can then be used to enable a camera effect using the @whereby.com/core or @whereby.com/browser-sdk/react .
See Core SDK Reference or React SDK Reference
Last updated
Was this helpful?
Was this helpful?

