---
title: "captureSession(_:didChange:)"
framework: roomplan
role: symbol
role_heading: Instance Method
path: "roomplan/roomcapturesessiondelegate/capturesession(_:didchange:)-gv3t"
---

# captureSession(_:didChange:)

Provides a default, blank implementation for when the capture session updates the dimensions and the transform properties during a scan.

## Declaration

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

## Parameters

- `session`: An object that manages the room-scanning process.
- `room`: A structure that contains the updated dimensions and transform properties.

## Discussion

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

## See Also

### Default implementations

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