Split local and remote user media into different classes

This commit is contained in:
Robin
2024-05-16 12:32:18 -04:00
parent a534356dd9
commit e33fbd77d1
5 changed files with 292 additions and 210 deletions

View File

@@ -384,7 +384,7 @@ export const InCallView: FC<InCallViewProps> = subscribe(
targetHeight={targetHeight}
className={className}
style={style}
showSpeakingIndicator={showSpeakingIndicators}
showSpeakingIndicators={showSpeakingIndicators}
/>
);
},
@@ -424,7 +424,7 @@ export const InCallView: FC<InCallViewProps> = subscribe(
targetHeight={gridBounds.height}
targetWidth={gridBounds.width}
key={maximisedParticipant.id}
showSpeakingIndicator={false}
showSpeakingIndicators={false}
onOpenProfile={openProfile}
/>
);