From 0db4f7ffe185b3358f20f059772bac01b740ae18 Mon Sep 17 00:00:00 2001 From: Hristo Terezov Date: Thu, 8 Aug 2024 15:36:34 -0500 Subject: [PATCH] Test --- .../shared-video/components/web/AbstractVideoManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/shared-video/components/web/AbstractVideoManager.ts b/react/features/shared-video/components/web/AbstractVideoManager.ts index 5406d6c4d6d..6d1dbf4dff6 100644 --- a/react/features/shared-video/components/web/AbstractVideoManager.ts +++ b/react/features/shared-video/components/web/AbstractVideoManager.ts @@ -210,7 +210,7 @@ class AbstractVideoManager extends PureComponent { } /** - * Handle video error. + * Handle video error. Test 123. * * @param {Object|undefined} e - The error returned by the API or none. * @returns {void}