added todos
This commit is contained in:
@@ -140,6 +140,7 @@ public sealed class RtcCallService
|
||||
|
||||
if (activeCall.OfferUser == username)
|
||||
{
|
||||
//TODO: Fix to only make inactive if all users leave
|
||||
activeCall.IsActive = false;
|
||||
activeCall.UpdatedAt = DateTime.UtcNow;
|
||||
await _db.Merge<RtcActiveCall, RtcActiveCall>(activeCall);
|
||||
|
||||
Reference in New Issue
Block a user