💄 Hide stats layer in VC
This commit is contained in:
parent
ff089f26eb
commit
657b497370
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user