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