Package-level declarations
Types
Link copied to clipboard
The intensity of the background blur effect. Used in BlurredBackgroundVideoFilter.
Link copied to clipboard
class BlurredBackgroundVideoFilter(blurIntensity: BlurIntensity = BlurIntensity.MEDIUM, foregroundThreshold: Double = DEFAULT_FOREGROUND_THRESHOLD) : BitmapVideoFilter
Applies a blur effect to the background of a video call.
Link copied to clipboard
class VirtualBackgroundVideoFilter(context: Context, @DrawableRes backgroundImage: Int, foregroundThreshold: Double = DEFAULT_FOREGROUND_THRESHOLD) : BitmapVideoFilter
Applies a virtual background (custom image) to a video call.