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

@@ -178,6 +178,7 @@ class CallNotifier extends _$CallNotifier {
accountId: p.userinfo.id,
account: p.userinfo,
joinedAt: DateTime.now(),
isLocal: true,
);
return CallParticipantLive(
participant: participantInfo,