BackgroundBlurEffect class
Background blur effect
Constructors
| Background |
Properties
| name | Name of the effect |
Methods
| configure(Background |
Method to update effect config |
| is |
This method is deprecated. Please use the isSupported method on the VideoEffectsFeature API from the main @azure/communication-calling package instead. |
Constructor Details
BackgroundBlurEffect(BackgroundBlurConfig)
new BackgroundBlurEffect(bgBlurConfig?: BackgroundBlurConfig)
Parameters
- bgBlurConfig
- BackgroundBlurConfig
Property Details
name
Method Details
configure(BackgroundBlurConfig)
Method to update effect config
function configure(newBgBlurConfig: BackgroundBlurConfig): Promise<void>
Parameters
- newBgBlurConfig
- BackgroundBlurConfig
Returns
Promise<void>
isSupported()
Warning
This API is now deprecated.
This method is deprecated. Please use the isSupported method on the VideoEffectsFeature API from the main @azure/communication-calling package instead.
function isSupported(): Promise<boolean>
Returns
Promise<boolean>