mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Added ability to start video chat with RTMP as well.
This commit is contained in:
@@ -243,7 +243,8 @@ void ChooseJoinAsBox(
|
||||
auto next = (context == Context::Switch)
|
||||
? tr::lng_settings_save()
|
||||
: tr::lng_continue();
|
||||
if ((context == Context::Create) && !livestream) {
|
||||
#if 0
|
||||
if ((context == Context::Create)) {
|
||||
const auto makeLink = [](const QString &text) {
|
||||
return Ui::Text::Link(text);
|
||||
};
|
||||
@@ -264,6 +265,7 @@ void ChooseJoinAsBox(
|
||||
return false;
|
||||
});
|
||||
}
|
||||
#endif
|
||||
box->addButton(std::move(next), [=] {
|
||||
auto copy = info;
|
||||
copy.joinAs = controller->selected();
|
||||
|
Reference in New Issue
Block a user