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:
@@ -492,7 +492,7 @@ void GroupCall::processQueuedUpdates() {
|
||||
}
|
||||
|
||||
void GroupCall::computeParticipantsCount() {
|
||||
_fullCount = _allParticipantsLoaded
|
||||
_fullCount = (_allParticipantsLoaded && !_listenersHidden)
|
||||
? int(_participants.size())
|
||||
: std::max(int(_participants.size()), _serverParticipantsCount);
|
||||
}
|
||||
|
Reference in New Issue
Block a user