mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 02:36:55 +00:00
Update to RingRTC v2.21.0
This commit is contained in:
committed by
Greyson Parrelli
parent
cdd311f741
commit
cb0208af4d
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user