mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-13 04:06:56 +00:00
134d9a188f
`ProcessorWrapper.isSupported` reports pipeline support but not whether the WebGL2 transformer is available. On browsers where it is not (e.g. Chrome/Edge on Windows with WebGL2 disabled by a GPU blocklist), toggling blur throws at runtime. Update `supportsBackgroundProcessors()` to check both, so the UI only exposes blur when it can actually run. fix 019f8e3b-f035-73e2-9d6a-d0dd2d0a1163