Contents

AVCaptureDevice.CenterStageControlMode.cooperative

A user and app cooperatively share control of Center Stage.

Declaration

case cooperative

Discussion

In this mode, it’s your app’s responsibilitiy to honor user intent and make center stage active when they request. Because the user can change the enabled state through Control Center, key-value observe the isCenterStageEnabled property value and update your app state appropriately.

See Also

Control modes