🐛 Fix realtime call somethings account missing profile

This commit is contained in:
2025-05-31 02:52:19 +08:00
parent ed2e9571ab
commit 1024721e0e
2 changed files with 3 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class RealtimeCallController(
if (realtime is LivekitRealtimeService livekitService)
{
var roomParticipants = await livekitService.GetRoomParticipantsAsync(ongoingCall.SessionId);
participants = new List<CallParticipant>();
participants = [];
foreach (var p in roomParticipants)
{