SetVideoFilterOptions: { imageData: ImageData; applyToAllFutureMeetings?: boolean }

Type declaration

  • imageData: ImageData

    ImageData object, limited to 15MB 20MB after encoding. We recommend matching the resolution of your camera reported by onMyMediaChange

  • Optional applyToAllFutureMeetings?: boolean

    Determines whether the video filter is applied to all future meetings. Defaults to false. If false, does not apply the set video filter foreground to all future meetings. The filter is cleared when the meeting ends. Unchecks the Apply to all future meetings setting under Settings > Background & Effects > Video Filters. When option is true, applies the set video filter foreground to all future meetings. The filter is not cleared when the meeting ends. Checks the Apply to all future meetings setting under Settings > Background & Effects > Video Filters.

Generated using TypeDoc