diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index e773b45..85d9920 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -377,14 +377,16 @@ export function InCallView({ onPress={toggleScreensharing} /> )} - + {!maximisedParticipant && ( + + )} );