---
title: "captureSession(_:didUpdate:)"
framework: roomplan
role: symbol
role_heading: Instance Method
path: "roomplan/roomcapturesessiondelegate/capturesession(_:didupdate:)-77zyg"
---

# captureSession(_:didUpdate:)

Provides a default, blank implementation for when the session updates surfaces and objects during a scan.

## Declaration

```swift
func captureSession(_ session: RoomCaptureSession, didUpdate room: CapturedRoom)
```

## Parameters

- `session`: An object that manages the room-scanning process.
- `room`: A structure that contains the surfaces and objects that the framework updates during the scan.

## Discussion

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

## See Also

### Default implementations

- [captureSession(_:didStartWith:)](roomplan/roomcapturesessiondelegate/capturesession(_:didstartwith:)-3c74n.md)
- [captureSession(_:didRemove:)](roomplan/roomcapturesessiondelegate/capturesession(_:didremove:)-9gs76.md)
- [captureSession(_:didChange:)](roomplan/roomcapturesessiondelegate/capturesession(_:didchange:)-gv3t.md)
- [captureSession(_:didProvide:)](roomplan/roomcapturesessiondelegate/capturesession(_:didprovide:)-5hvhl.md)
- [captureSession(_:didEndWith:error:)](roomplan/roomcapturesessiondelegate/capturesession(_:didendwith:error:)-5f0mc.md)
