2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Implement incoming confcall window.

This commit is contained in:
John Preston
2025-03-31 11:44:39 +04:00
parent 7c709fddba
commit a3ba99c682
11 changed files with 327 additions and 25 deletions

View File

@@ -1257,6 +1257,7 @@ void Session::unregisterInvitedToCallUser(
i->second.remove(user);
if (i->second.empty()) {
_invitedToCallUsers.erase(i);
_invitesToCalls.fire({ callId, user, true });
}
}
}