Connection quality (#27)
* update protos * signal event * implemented * format * implement example * protocol 5 * icon size
This commit is contained in:
@@ -125,6 +125,7 @@ class _ParticipantWidgetState extends State<ParticipantWidget> {
|
||||
title: widget.participant.identity,
|
||||
audioAvailable: firstAudioPub?.muted == false &&
|
||||
firstAudioPub?.subscribed == true,
|
||||
connectionQuality: widget.participant.connectionQuality,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user