mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Added ability to schedule live stream without "Join As" choosing.
This commit is contained in:
@@ -206,6 +206,8 @@ void Instance::startOrJoinGroupCall(
|
||||
? Group::ChooseJoinAsProcess::Context::JoinWithConfirm
|
||||
: peer->groupCall()
|
||||
? Group::ChooseJoinAsProcess::Context::Join
|
||||
: args.scheduleNeeded
|
||||
? Group::ChooseJoinAsProcess::Context::CreateScheduled
|
||||
: Group::ChooseJoinAsProcess::Context::Create;
|
||||
_chooseJoinAs->start(peer, context, [=](object_ptr<Ui::BoxContent> box) {
|
||||
Ui::show(std::move(box), Ui::LayerOption::KeepOther);
|
||||
|
Reference in New Issue
Block a user