Picture-in-Picture call improvements.

This commit is contained in:
Nicholas
2023-04-25 15:45:25 -04:00
committed by Alex Hart
parent 6c57c2ac2a
commit 89397ae7cc
2 changed files with 7 additions and 4 deletions

View File

@@ -419,6 +419,10 @@ public class WebRtcCallView extends ConstraintLayout {
this.controlsListener = controlsListener;
}
public void maybeDismissAudioPicker() {
audioToggle.hidePicker();
}
public void setMicEnabled(boolean isMicEnabled) {
micToggle.setChecked(isMicEnabled, false);
}