---
title: "captureSession(_:didStartWith:)"
framework: roomplan
role: symbol
role_heading: Instance Method
path: "roomplan/roomcapturesessiondelegate/capturesession(_:didstartwith:)-3c74n"
---

# captureSession(_:didStartWith:)

Provides a default, blank implementation for when the session starts.

## Declaration

```swift
func captureSession(_ session: RoomCaptureSession, didStartWith configuration: RoomCaptureSession.Configuration)
```

## Parameters

- `session`: An object that manages the room-scanning process.
- `configuration`: An object that customizes the scanning experience.

## Discussion

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

## See Also

### Default implementations

- [captureSession(_:didUpdate:)](roomplan/roomcapturesessiondelegate/capturesession(_:didupdate:)-77zyg.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)
