Contents

isCoachingEnabled

An option that indicates that the session periodically provides user instructions.

Declaration

var isCoachingEnabled: Bool

Discussion

When you enable this option and the framework determines the device needs a particular movement or perspective, it calls your delegate’s captureSession(_:didProvide:) and provides a particular RoomCaptureSession.Instruction that you can display to the user.

The default value is true.