Fix minor Group Call Ringing UI bugs.

This commit is contained in:
Cody Henthorne
2021-08-25 13:13:25 -04:00
parent 307f47fa33
commit adbda02aa4
2 changed files with 2 additions and 0 deletions

View File

@@ -291,6 +291,7 @@ public class WebRtcCallView extends ConstraintLayout {
rotatableControls.add(cameraDirectionToggle);
rotatableControls.add(decline);
rotatableControls.add(smallLocalRender.findViewById(R.id.call_participant_mic_muted));
rotatableControls.add(ringToggle);
smallHeaderConstraints = new ConstraintSet();
smallHeaderConstraints.clone(getContext(), R.layout.webrtc_call_view_header_small);

View File

@@ -192,6 +192,7 @@ public final class IncomingGroupCallActionProcessor extends DeviceAwareActionPro
.groupCallState(WebRtcViewModel.GroupCallState.DISCONNECTED)
.commit()
.changeCallSetupState()
.isRemoteVideoOffer(false)
.enableVideoOnCreate(answerWithVideo)
.build();