<!--
{
  "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/RPBroadcastSampleHandler/broadcastStarted(withSetupInfo:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "ReplayKit"
    ],
    "preciseIdentifier" : "c:objc(cs)RPBroadcastSampleHandler(im)broadcastStartedWithSetupInfo:"
  },
  "title" : "broadcastStarted(withSetupInfo:)"
}
-->

# broadcastStarted(withSetupInfo:)

Perform any required actions after starting a live broadcast.

```
func broadcastStarted(withSetupInfo setupInfo: [String : NSObject]?)
```

## Parameters

`setupInfo`

A dictionary supplied by the ReplayKit UI extension that contains any required setup information.

## Discussion

ReplayKit calls this method when the the broadcasting app calls its [`startBroadcast(handler:)`](/documentation/ReplayKit/RPBroadcastController/startBroadcast(handler:)) method.

---

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)