Replace the mobile one-on-one layout with an edge-to-edge spotlight

This commit is contained in:
Robin
2024-08-01 13:49:09 -04:00
parent 942e28f3c2
commit eb051ab318
6 changed files with 39 additions and 42 deletions

View File

@@ -295,7 +295,7 @@ export const InCallView: FC<InCallViewProps> = ({
ref,
) {
const spotlightExpanded = useObservableEagerState(vm.spotlightExpanded);
const [onToggleExpanded] = useObservableEagerState(
const onToggleExpanded = useObservableEagerState(
vm.toggleSpotlightExpanded,
);
const showSpeakingIndicatorsValue = useObservableEagerState(