temp add tests

This commit is contained in:
Timo K
2026-06-02 10:56:34 +02:00
parent d6635b7818
commit b86909af52
2 changed files with 40 additions and 6 deletions

View File

@@ -1208,13 +1208,12 @@ export function createCallViewModel$(
}
return layout;
}),
tap((orientation) => {
logger.info("controls api pip orientation updated:", orientation);
window.controls.onPipMediaOrientationUpdate?.(orientation);
}),
scope.bind(),
)
.subscribe();
.subscribe((orientation) => {
logger.info("controls api pip orientation updated:", orientation);
window.controls.onPipMediaOrientationUpdate?.(orientation);
});
/**
* The media to be used to produce a layout.