<!--
{
  "availability" : [
    "iOS: 10.0.0 - 27.0.0",
    "iPadOS: 10.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "macOS: 11.0.0 - 27.0.0",
    "tvOS: 10.0.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ReplayKit",
  "identifier" : "/documentation/ReplayKit/RPBroadcastControllerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "ReplayKit"
    ],
    "preciseIdentifier" : "c:objc(pl)RPBroadcastControllerDelegate"
  },
  "title" : "RPBroadcastControllerDelegate"
}
-->

# RPBroadcastControllerDelegate

The protocol you implement to respond to changes in a live broadcast.

```
protocol RPBroadcastControllerDelegate : NSObjectProtocol
```

## Topics

### Finishing a Broadcast

[`broadcastController(_:didFinishWithError:)`](/documentation/ReplayKit/RPBroadcastControllerDelegate/broadcastController(_:didFinishWithError:))

Tells the delegate that a broadcast ended due to an error.

### Updating a Broadcast

[`broadcastController(_:didUpdateServiceInfo:)`](/documentation/ReplayKit/RPBroadcastControllerDelegate/broadcastController(_:didUpdateServiceInfo:))

Tells the delegate the broadcast service has data to pass back to the broadcasting app.

[`broadcastController(_:didUpdateBroadcast:)`](/documentation/ReplayKit/RPBroadcastControllerDelegate/broadcastController(_:didUpdateBroadcast:))

Tells the broadcast service the broadcast URL has been updated.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)