Hide speaking border when presenting/1:1 in group
This commit is contained in:
parent
fc161a67df
commit
f272433b7a
6 changed files with 40 additions and 14 deletions
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue