diff --git a/app/mobile/src/session/Session.jsx b/app/mobile/src/session/Session.jsx index e29e3706..ae14bc9d 100644 --- a/app/mobile/src/session/Session.jsx +++ b/app/mobile/src/session/Session.jsx @@ -459,7 +459,7 @@ export function Session() { mirror={true} objectFit={'contain'} streamURL={state.remoteStream.toURL()} - zOrder={0} + zOrder={1} /> )} { !state.remoteVideo && ( @@ -473,7 +473,7 @@ export function Session() { mirror={true} objectFit={'contain'} streamURL={state.localStream.toURL()} - zOrder={0} + zOrder={2} /> )}