💄 Optimize call

This commit is contained in:
2025-08-01 01:03:01 +08:00
parent 9f9f42071a
commit 1f7caaeaac
5 changed files with 111 additions and 47 deletions

View File

@@ -338,11 +338,7 @@ class CallOverlayBar extends HookConsumerWidget {
height: 40,
child:
SpeakingRippleAvatar(
isSpeaking: lastSpeaker.isSpeaking,
isMuted: lastSpeaker.isMuted,
audioLevel:
lastSpeaker.remoteParticipant.audioLevel,
identity: lastSpeaker.participant.identity,
live: lastSpeaker,
size: 36,
).center(),
);