Bump RingRTC to 2.8.7

This commit is contained in:
Cody Henthorne
2020-12-07 16:43:04 -05:00
parent edb2a17bcb
commit 12330b0aff
3 changed files with 5 additions and 5 deletions

View File

@@ -59,8 +59,8 @@ public class BroadcastVideoSink implements VideoSink {
}
public @NonNull RequestedSize getMaxRequestingSize() {
int width = 1;
int height = 1;
int width = 0;
int height = 0;
synchronized (requestingSizes) {
for (Point size : requestingSizes.values()) {