---
title: delegate
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmcamerastreamcontrol/delegate
---

# delegate

Delegate that receives updates as the camera stream changes.

## Declaration

```swift
weak var delegate: (any HMCameraStreamControlDelegate)? { get set }
```

## See Also

### Observing stream activity

- [HMCameraStreamControlDelegate](homekit/hmcamerastreamcontroldelegate.md)
