Const
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.
true
import { isSupported } from '@twilio/video-processors';if (isSupported) { // Initialize the background processors} Copy
import { isSupported } from '@twilio/video-processors';if (isSupported) { // Initialize the background processors}
Generated using TypeDoc
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.