---
title: captureSession
framework: roomplan
role: symbol
role_heading: Instance Property
path: roomplan/roomcaptureview/capturesession
---

# captureSession

An object that notifies a delegate of particular events in the room-scanning life cycle.

## Declaration

```swift
@MainActor @preconcurrency var captureSession: RoomCaptureSession! { get }
```

## Mentioned in

Scanning the rooms of a single structure

## See Also

### Reacting to scan events

- [delegate](roomplan/roomcaptureview/delegate.md)
