Update to RingRTC v2.21.0

This commit is contained in:
Jim Gustafson
2022-08-31 06:11:11 -07:00
committed by Greyson Parrelli
parent cdd311f741
commit cb0208af4d
3 changed files with 7 additions and 7 deletions

View File

@@ -199,7 +199,7 @@ public class GroupActionProcessor extends DeviceAwareActionProcessor {
}
try {
currentState.getCallInfoState().requireGroupCall().requestVideo(resolutionRequests);
currentState.getCallInfoState().requireGroupCall().requestVideo(resolutionRequests, 0);
} catch (CallException e) {
return groupCallFailure(currentState, "Unable to set rendered resolutions", e);
}