BackgroundReplacementEffect interface
Background replacement effect.
- Extends
Inherited Properties
name | Name of the video effect. |
Methods
configure(Background |
Method to configure the effect |
Inherited Methods
is |
Please use the isSupported method on the VideoEffectsFeature API. |
Inherited Property Details
name
Method Details
configure(BackgroundReplacementConfig)
Method to configure the effect
function configure(config: BackgroundReplacementConfig): Promise<void>
Parameters
- config
- BackgroundReplacementConfig
Returns
Promise<void>
Inherited Method Details
isSupported()
Warning
This API is now deprecated.
Please use the isSupported method on the VideoEffectsFeature API.
function isSupported(): Promise<boolean>
Returns
Promise<boolean>
Inherited From VideoEffect.isSupported