mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Added ability to start outgoing call without user confirmation.
This commit is contained in:
@@ -1191,7 +1191,7 @@ object_ptr<Ui::BoxContent> PrepareCreateCallBox(
|
||||
const auto &invite = selected.front();
|
||||
Core::App().calls().startOutgoingCall(
|
||||
invite.user,
|
||||
invite.video);
|
||||
{ invite.video });
|
||||
}
|
||||
finished(true);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user