♻️ Proper local participant

This commit is contained in:
2025-10-19 19:06:14 +08:00
parent f4b28c3fa2
commit a2576abee0
3 changed files with 5 additions and 12 deletions

View File

@@ -152,7 +152,6 @@ sealed class CallParticipant with _$CallParticipant {
required String accountId,
@Default(null) SnAccount? account,
required DateTime joinedAt,
@Default(false) bool isLocal,
}) = _CallParticipant;
factory CallParticipant.fromJson(Map<String, dynamic> json) =>