mark internal
This commit is contained in:
@@ -208,6 +208,7 @@ class LocalParticipant extends Participant {
|
||||
|
||||
/// for internal use
|
||||
/// {@nodoc}
|
||||
@internal
|
||||
@override
|
||||
void updateFromInfo(lk_models.ParticipantInfo info) {
|
||||
super.updateFromInfo(info);
|
||||
|
||||
@@ -94,6 +94,7 @@ abstract class Participant extends DisposableChangeNotifier
|
||||
|
||||
/// for internal use
|
||||
/// {@nodoc}
|
||||
@internal
|
||||
set isSpeaking(bool speaking) {
|
||||
if (_isSpeaking == speaking) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user