2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +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

@@ -256,6 +256,7 @@ public:
struct InviteToCall {
CallId id = 0;
not_null<UserData*> user;
bool removed = false;
};
[[nodiscard]] rpl::producer<InviteToCall> invitesToCalls() const {
return _invitesToCalls.events();