🐛 Fix realtime call somethings account missing profile
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user