Edit

Share via


VideoEffect interface

Base video effect.

Properties

name

Name of the video effect.

Methods

isSupported()

This method is deprecated. Please use the isSupported method on the VideoEffectsFeature API from the main @azure/communication-calling package instead.

Property Details

name

Name of the video effect.

name: VideoEffectName

Property Value

Method Details

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>