🐛 Bug fixes of sort participants

This commit is contained in:
2024-04-28 19:36:06 +08:00
parent 0483e99a4c
commit db45764d42
2 changed files with 33 additions and 47 deletions

View File

@ -64,5 +64,5 @@ class ParticipantTrack {
required this.isScreenShare});
VideoTrack? videoTrack;
Participant participant;
final bool isScreenShare;
bool isScreenShare;
}