mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Prevent constantly requesting new video resolutions in group calls.
This commit is contained in:
@@ -173,7 +173,7 @@ public class GroupActionProcessor extends DeviceAwareActionProcessor {
|
||||
BroadcastVideoSink.RequestedSize maxSize = videoSink.getMaxRequestingSize();
|
||||
|
||||
resolutionRequests.add(new GroupCall.VideoRequest(entry.getKey().getDemuxId(), maxSize.getWidth(), maxSize.getHeight(), null));
|
||||
videoSink.newSizeRequested();
|
||||
videoSink.setCurrentlyRequestedMaxSize(maxSize);
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user