💄 Hide stats layer in VC

This commit is contained in:
LittleSheep 2024-04-27 14:17:18 +08:00
parent ff089f26eb
commit 657b497370

View File

@ -383,7 +383,7 @@ class _ChatCallState extends State<ChatCall> {
children: [ children: [
Expanded( Expanded(
child: _participantTracks.isNotEmpty child: _participantTracks.isNotEmpty
? ParticipantWidget.widgetFor(_participantTracks.first, showStatsLayer: true) ? ParticipantWidget.widgetFor(_participantTracks.first)
: Container(), : Container(),
), ),
if (_callRoom.localParticipant != null) if (_callRoom.localParticipant != null)