captureSession(_:didStartWith:)
Provides a default, blank implementation for when the session starts.
Declaration
func captureSession(_ session: RoomCaptureSession, didStartWith configuration: RoomCaptureSession.Configuration)Parameters
- session:
An object that manages the room-scanning process.
- configuration:
An object that customizes the scanning experience.
Discussion
The system calls this implementation if your app doesn’t implement captureSession(_:didStartWith:).