From 5a488209276c784af23a50f0c01c076da75e2f3a Mon Sep 17 00:00:00 2001 From: Timo K Date: Fri, 16 Jan 2026 10:22:23 +0100 Subject: [PATCH] remove widget layout widget action for good. --- src/room/InCallView.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 3f437693..e096dd54 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -435,19 +435,6 @@ export const InCallView: FC = ({ [vm], ); - // useEffect(() => { - // widget?.api.transport - // .send( - // gridMode === "grid" - // ? ElementWidgetActions.TileLayout - // : ElementWidgetActions.SpotlightLayout, - // {}, - // ) - // .catch((e) => { - // logger.error("Failed to send layout change to widget API", e); - // }); - // }, [gridMode]); - useEffect(() => { if (widget) { const onTileLayout = (ev: CustomEvent): void => {