From b182e79d77ca48d571fe8c257c10077e0d18571e Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Sat, 24 Feb 2024 10:18:57 +0800 Subject: [PATCH] remove @nodec comment for internal functions. (#471) --- lib/src/participant/participant.dart | 6 ------ lib/src/participant/remote.dart | 4 ---- 2 files changed, 10 deletions(-) diff --git a/lib/src/participant/participant.dart b/lib/src/participant/participant.dart index 8fab39088..139824911 100644 --- a/lib/src/participant/participant.dart +++ b/lib/src/participant/participant.dart @@ -139,8 +139,6 @@ abstract class Participant }); } - /// for internal use - /// {@nodoc} @internal set isSpeaking(bool speaking) { if (_isSpeaking == speaking) { @@ -178,8 +176,6 @@ abstract class Participant )); } - /// for internal use - /// {@nodoc} @internal Future updateFromInfo(lk_models.ParticipantInfo info) async { if (_participantInfo != null && @@ -219,8 +215,6 @@ abstract class Participant )); } - /// for internal use - /// {@nodoc} @internal void addTrackPublication(T pub) { pub.track?.sid = pub.sid; diff --git a/lib/src/participant/remote.dart b/lib/src/participant/remote.dart index c86378a0d..f04ad4b80 100644 --- a/lib/src/participant/remote.dart +++ b/lib/src/participant/remote.dart @@ -105,8 +105,6 @@ class RemoteParticipant extends Participant { return null; } - /// for internal use - /// {@nodoc} @internal Future addSubscribedMediaTrack( rtc.MediaStreamTrack mediaTrack, @@ -193,8 +191,6 @@ class RemoteParticipant extends Participant { )); } - /// for internal use - /// {@nodoc} @override @internal Future updateFromInfo(lk_models.ParticipantInfo info) async {