🐛 Fix wrong end call sender

This commit is contained in:
2025-05-26 01:55:59 +08:00
parent e20666160f
commit d76e0dd83b
3 changed files with 6 additions and 3 deletions

View File

@ -173,7 +173,7 @@ public class RealtimeCallController(
try
{
await cs.EndCallAsync(roomId);
await cs.EndCallAsync(roomId, member);
return NoContent();
}
catch (Exception exception)