Hide camera toggle button in PIP mode.

This commit is contained in:
Sagar
2025-04-29 19:11:36 +05:30
committed by Cody Henthorne
parent a27daddb70
commit f0acc39829

View File

@@ -327,6 +327,7 @@ class ControlsAndInfoController private constructor(
if (controlState == WebRtcControls.PIP) {
waitingToBeLetIn.visible = false
toggleCameraDirectionView.visible = false
}
if (controlState != WebRtcControls.PIP && controlState.controlVisibilitiesChanged(previousState)) {