<!--
{
  "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/RPBroadcastController",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ReplayKit"
    ],
    "preciseIdentifier" : "c:objc(cs)RPBroadcastController"
  },
  "title" : "RPBroadcastController"
}
-->

# RPBroadcastController

An object containing methods for starting and controlling a broadcast.

```
class RPBroadcastController
```

## Topics

### Controlling the Broadcast

[`broadcastURL`](/documentation/ReplayKit/RPBroadcastController/broadcastURL)

A URL that redirects users to an ongoing or completed broadcast.

[`startBroadcast(handler:)`](/documentation/ReplayKit/RPBroadcastController/startBroadcast(handler:))

Starts a broadcast.

[`pauseBroadcast()`](/documentation/ReplayKit/RPBroadcastController/pauseBroadcast())

Pauses the current broadcast.

[`resumeBroadcast()`](/documentation/ReplayKit/RPBroadcastController/resumeBroadcast())

Resumes a paused broadcast.

[`finishBroadcast(handler:)`](/documentation/ReplayKit/RPBroadcastController/finishBroadcast(handler:))

Stops the current broadcast.

[`serviceInfo`](/documentation/ReplayKit/RPBroadcastController/serviceInfo)

Information updated by the service during a broadcast.

### Retrieving Information About the Broadcast

[`broadcastExtensionBundleID`](/documentation/ReplayKit/RPBroadcastController/broadcastExtensionBundleID)

The bundle ID for the selected broadcast service.

[`isBroadcasting`](/documentation/ReplayKit/RPBroadcastController/isBroadcasting)

A Boolean value indicating whether the controller is broadcasting.

[`isPaused`](/documentation/ReplayKit/RPBroadcastController/isPaused)

A Boolean value indicating whether the broadcast is paused.

### Getting the Delegate

[`delegate`](/documentation/ReplayKit/RPBroadcastController/delegate)

The delegate for the broadcast controller.

[`RPBroadcastControllerDelegate`](/documentation/ReplayKit/RPBroadcastControllerDelegate)

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



---

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)