update control z so they show on android

This commit is contained in:
Roland Osborne 2025-02-07 10:35:01 -08:00
parent d85f8dee1d
commit 6fd4b9fd3b

View File

@ -124,7 +124,7 @@ export function Call() {
mirror={true}
objectFit={'contain'}
streamURL={state.localStream.toURL()}
zOrder={2}
zOrder={state.remoteVideo ? 2 : undefined}
/>
)}