mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-12 18:39:19 +00:00
temp add tests
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user