chore: remove checker from local list

This commit is contained in:
td 2023-02-27 11:54:56 +05:30
parent fd4577ae84
commit 936018bebc
No known key found for this signature in database
GPG Key ID: F6D9E9BF14C7D103
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ extension GroupCallUtils on Room {
void stopStaleCallsChecker(String roomId) {
if (staleGroupCallsTimer.tryGet(roomId) != null) {
staleGroupCallsTimer[roomId]!.cancel();
staleGroupCallsTimer.remove(roomId);
Logs().d('stopped stale group calls checker for room $id');
} else {
Logs().w('[VOIP] no stale call checker for room found');