Skip to content

Commit ab02819

Browse files
committed
mark internal
1 parent 4b29534 commit ab02819

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/src/participant/local_participant.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ class LocalParticipant extends Participant {
208208

209209
/// for internal use
210210
/// {@nodoc}
211+
@internal
211212
@override
212213
void updateFromInfo(lk_models.ParticipantInfo info) {
213214
super.updateFromInfo(info);

lib/src/participant/participant.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ abstract class Participant extends DisposableChangeNotifier
9494

9595
/// for internal use
9696
/// {@nodoc}
97+
@internal
9798
set isSpeaking(bool speaking) {
9899
if (_isSpeaking == speaking) {
99100
return;

0 commit comments

Comments
 (0)