---
title: "updateBroadcast(_:)"
framework: replaykit
role: symbol
role_heading: Instance Method
path: "replaykit/rpbroadcasthandler/updatebroadcast(_:)"
---

# updateBroadcast(_:)

Sends the current broadcast URL to the broadcast controller.

## Declaration

```swift
func updateBroadcast(_ broadcastURL: URL)
```

## Parameters

- `broadcastURL`: A URL that specifies where the broadcast to be passed to the broadcasting app is contained.

## Discussion

Discussion This method updates the broadcastURL property for the broadcast controller.

## See Also

### Updating Current Broadcast Information

- [updateServiceInfo(_:)](replaykit/rpbroadcasthandler/updateserviceinfo(_:).md)
