WebRTC signaling heartbeat

This commit is contained in:
2025-10-19 18:58:54 +08:00
parent 43d767bc03
commit f4b28c3fa2
7 changed files with 42 additions and 23 deletions

View File

@@ -152,6 +152,7 @@ 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) =>