mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Update tgcalls with streams support.
This commit is contained in:
@@ -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
Submodule Telegram/ThirdParty/tgcalls updated: 6d619124c5...c26326ab91
@@ -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
|
||||
|
Reference in New Issue
Block a user