Hide speaking border when presenting/1:1 in group

This commit is contained in:
Jamie Kyle
2023-03-22 10:53:13 -07:00
committed by GitHub
parent fc161a67df
commit f272433b7a
6 changed files with 40 additions and 14 deletions

View File

@@ -171,6 +171,7 @@ export function CallingPipRemoteVideo({
i18n={i18n}
isInPip
remoteParticipant={activeGroupCallSpeaker}
remoteParticipantsCount={activeCall.remoteParticipants.length}
/>
</div>
);