organize video types

This commit is contained in:
Hiroshi Horie
2022-02-25 15:45:46 +09:00
parent 0dfbf03e5b
commit 0a339b6252
37 changed files with 427 additions and 515 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import 'publication/local.dart';
import 'publication/remote.dart';
import 'publication/track_publication.dart';
import 'track/track.dart';
import 'types.dart';
import 'types/other.dart';
/// Base type for all LiveKit events.
mixin LiveKitEvent {}