Always show pip in call.

This commit is contained in:
Alex Hart
2025-12-02 15:17:25 -04:00
committed by jeffrey-signal
parent 2a45e1cbf2
commit abf32bf6ff

View File

@@ -431,7 +431,7 @@ private fun Viewport(
} }
} }
if (webRtcCallState.inOngoingCall && localParticipant.isVideoEnabled) { if (webRtcCallState.inOngoingCall) {
MoveableLocalVideoRenderer( MoveableLocalVideoRenderer(
localParticipant = localParticipant, localParticipant = localParticipant,
localRenderState = localRenderState, localRenderState = localRenderState,