Variable isSupportedConst

isSupported: boolean = ...

Check if the current browser is officially supported by twilio-video-procesors.js. This is set to true for browsers that supports canvas 2D or webgl2 rendering context.

Example

import { isSupported } from '@twilio/video-processors';

if (isSupported) {
// Initialize the background processors
}

Generated using TypeDoc