Simplify AudioRenderer and add more tests

This commit is contained in:
Valere
2025-10-09 15:33:25 +02:00
parent 4c6b960da3
commit 7cbb1ec1e8
4 changed files with 133 additions and 74 deletions

View File

@@ -865,7 +865,7 @@ export const InCallView: FC<InCallViewProps> = ({
key={url}
url={url}
livekitRoom={livekitRoom}
participants={participants}
validIdentities={participants.map((p) => p.identity)}
muted={muteAllAudio}
/>
))}