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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user