mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Support receiving RTMP streams in group calls.
This commit is contained in:
@@ -214,6 +214,9 @@ void Instance::startOrJoinGroupCall(
|
||||
}, [=](Group::JoinInfo info) {
|
||||
const auto call = info.peer->groupCall();
|
||||
info.joinHash = joinHash;
|
||||
if (call) {
|
||||
info.rtmp = call->rtmp();
|
||||
}
|
||||
createGroupCall(
|
||||
std::move(info),
|
||||
call ? call->input() : MTP_inputGroupCall(MTPlong(), MTPlong()));
|
||||
|
Reference in New Issue
Block a user