mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Hide speaking border when presenting/1:1 in group
This commit is contained in:
@@ -295,6 +295,7 @@ export function GroupCallRemoteParticipants({
|
||||
remoteParticipant={remoteParticipant}
|
||||
top={top}
|
||||
width={renderedWidth}
|
||||
remoteParticipantsCount={remoteParticipants.length}
|
||||
/>
|
||||
);
|
||||
});
|
||||
@@ -438,6 +439,7 @@ export function GroupCallRemoteParticipants({
|
||||
onParticipantVisibilityChanged={onParticipantVisibilityChanged}
|
||||
overflowedParticipants={overflowedParticipants}
|
||||
remoteAudioLevels={remoteAudioLevels}
|
||||
remoteParticipantsCount={remoteParticipants.length}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user