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 => {