remove widget layout widget action for good.

This commit is contained in:
Timo K
2026-01-16 10:22:23 +01:00
parent 971d16d243
commit 5a48820927

View File

@@ -435,19 +435,6 @@ export const InCallView: FC<InCallViewProps> = ({
[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<IWidgetApiRequest>): void => {