2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Toggle fullscreen by mute button in RTMP streams.

This commit is contained in:
John Preston
2022-02-28 16:14:28 +03:00
parent 25e29d3dd5
commit fc5ed46b40
11 changed files with 405 additions and 308 deletions

View File

@@ -492,7 +492,7 @@ void GroupCall::processQueuedUpdates() {
}
void GroupCall::computeParticipantsCount() {
_fullCount = _allParticipantsLoaded
_fullCount = (_allParticipantsLoaded && !_listenersHidden)
? int(_participants.size())
: std::max(int(_participants.size()), _serverParticipantsCount);
}