We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b29534 commit ab02819Copy full SHA for ab02819
lib/src/participant/local_participant.dart
@@ -208,6 +208,7 @@ class LocalParticipant extends Participant {
208
209
/// for internal use
210
/// {@nodoc}
211
+ @internal
212
@override
213
void updateFromInfo(lk_models.ParticipantInfo info) {
214
super.updateFromInfo(info);
lib/src/participant/participant.dart
@@ -94,6 +94,7 @@ abstract class Participant extends DisposableChangeNotifier
94
95
96
97
98
set isSpeaking(bool speaking) {
99
if (_isSpeaking == speaking) {
100
return;
0 commit comments