mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update tgcalls with streams support.
This commit is contained in:
parent
e6294f48de
commit
45398bb54e
3 changed files with 7 additions and 3 deletions
|
@ -3004,7 +3004,7 @@ void GroupCall::setInstanceMode(InstanceMode mode) {
|
||||||
case InstanceMode::Stream: return Mode::GroupConnectionModeBroadcast;
|
case InstanceMode::Stream: return Mode::GroupConnectionModeBroadcast;
|
||||||
}
|
}
|
||||||
Unexpected("Mode in GroupCall::setInstanceMode.");
|
Unexpected("Mode in GroupCall::setInstanceMode.");
|
||||||
}(), true);
|
}(), true, false); // #TODO streams
|
||||||
}
|
}
|
||||||
|
|
||||||
void GroupCall::setScreenInstanceMode(InstanceMode mode) {
|
void GroupCall::setScreenInstanceMode(InstanceMode mode) {
|
||||||
|
@ -3020,7 +3020,7 @@ void GroupCall::setScreenInstanceMode(InstanceMode mode) {
|
||||||
case InstanceMode::Stream: return Mode::GroupConnectionModeBroadcast;
|
case InstanceMode::Stream: return Mode::GroupConnectionModeBroadcast;
|
||||||
}
|
}
|
||||||
Unexpected("Mode in GroupCall::setInstanceMode.");
|
Unexpected("Mode in GroupCall::setInstanceMode.");
|
||||||
}(), true);
|
}(), true, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GroupCall::maybeSendMutedUpdate(MuteState previous) {
|
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
|
desktop_capturer/DesktopCaptureSourceManager.cpp
|
||||||
|
|
||||||
# Group calls
|
# Group calls
|
||||||
|
group/AVIOContextImpl.cpp
|
||||||
|
group/AVIOContextImpl.h
|
||||||
group/AudioStreamingPart.cpp
|
group/AudioStreamingPart.cpp
|
||||||
group/AudioStreamingPart.h
|
group/AudioStreamingPart.h
|
||||||
|
group/AudioStreamingPartInternal.cpp
|
||||||
|
group/AudioStreamingPartInternal.h
|
||||||
group/GroupInstanceCustomImpl.cpp
|
group/GroupInstanceCustomImpl.cpp
|
||||||
group/GroupInstanceCustomImpl.h
|
group/GroupInstanceCustomImpl.h
|
||||||
group/GroupInstanceImpl.h
|
group/GroupInstanceImpl.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue