more docs & clean up

This commit is contained in:
Hiroshi Horie
2021-12-23 03:48:19 +07:00
parent fc2890e94e
commit b8e50f9276
9 changed files with 59 additions and 62 deletions
+2
View File
@@ -3,7 +3,9 @@ import '../proto/livekit_models.pb.dart' as lk_models;
import '../track/local/local.dart';
import 'track_publication.dart';
/// A [TrackPublication] which belongs to the [LocalParticipant].
class LocalTrackPublication<T extends LocalTrack> extends TrackPublication<T> {
/// The [LocalParticipant] this instance belongs to.
@override
final LocalParticipant participant;