mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Update tgcalls with streams support.
This commit is contained in:
parent
e6294f48de
commit
45398bb54e
@ -3004,7 +3004,7 @@ void GroupCall::setInstanceMode(InstanceMode mode) {
|
||||
case InstanceMode::Stream: return Mode::GroupConnectionModeBroadcast;
|
||||
}
|
||||
Unexpected("Mode in GroupCall::setInstanceMode.");
|
||||
}(), true);
|
||||
}(), true, false); // #TODO streams
|
||||
}
|
||||
|
||||
void GroupCall::setScreenInstanceMode(InstanceMode mode) {
|
||||
@ -3020,7 +3020,7 @@ void GroupCall::setScreenInstanceMode(InstanceMode mode) {
|
||||
case InstanceMode::Stream: return Mode::GroupConnectionModeBroadcast;
|
||||
}
|
||||
Unexpected("Mode in GroupCall::setInstanceMode.");
|
||||
}(), true);
|
||||
}(), true, false);
|
||||
}
|
||||
|
||||
void GroupCall::maybeSendMutedUpdate(MuteState previous) {
|
||||
|
2
Telegram/ThirdParty/tgcalls
vendored
2
Telegram/ThirdParty/tgcalls
vendored
@ -1 +1 @@
|
||||
Subproject commit 6d619124c5c00a46b38d26eb596653f0d13643da
|
||||
Subproject commit c26326ab915e38b626c5a6febee37df9eb5edafa
|
@ -73,8 +73,12 @@ PRIVATE
|
||||
desktop_capturer/DesktopCaptureSourceManager.cpp
|
||||
|
||||
# Group calls
|
||||
group/AVIOContextImpl.cpp
|
||||
group/AVIOContextImpl.h
|
||||
group/AudioStreamingPart.cpp
|
||||
group/AudioStreamingPart.h
|
||||
group/AudioStreamingPartInternal.cpp
|
||||
group/AudioStreamingPartInternal.h
|
||||
group/GroupInstanceCustomImpl.cpp
|
||||
group/GroupInstanceCustomImpl.h
|
||||
group/GroupInstanceImpl.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user