🐛 Fix wrong end call sender
This commit is contained in:
@ -173,7 +173,7 @@ public class RealtimeCallController(
|
||||
|
||||
try
|
||||
{
|
||||
await cs.EndCallAsync(roomId);
|
||||
await cs.EndCallAsync(roomId, member);
|
||||
return NoContent();
|
||||
}
|
||||
catch (Exception exception)
|
||||
|
Reference in New Issue
Block a user