captureSession(_:didAdd:)
Notifies the delegate of newly added surfaces and objects.
Declaration
func captureSession(_ session: RoomCaptureSession, didAdd room: CapturedRoom)Parameters
- session:
An object that manages the room-scanning process.
- room:
A structure that contains the newest surfaces and objects that the framework identifies during the scan.