Contents

captureSession(_:didRemove:)

Provides a default, blank implementation for when the session removes surfaces and objects.

Declaration

func captureSession(_ session: RoomCaptureSession, didRemove room: CapturedRoom)

Parameters

  • session:

    An object that manages the room-scanning process.

  • room:

    A structure that contains surfaces and objects that the framework removes from the scan.

Discussion

The system calls this implementation if your app doesn’t implement captureSession(_:didRemove:).

See Also

Default implementations