---
title: delegate
framework: replaykit
role: symbol
role_heading: Instance Property
path: replaykit/rpbroadcastcontroller/delegate
---

# delegate

The delegate for the broadcast controller.

## Declaration

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

## See Also

### Getting the Delegate

- [RPBroadcastControllerDelegate](replaykit/rpbroadcastcontrollerdelegate.md)
