Contents

broadcastController(_:didUpdateBroadcast:)

Tells the broadcast service the broadcast URL has been updated.

Declaration

optional func broadcastController(_ broadcastController: RPBroadcastController, didUpdateBroadcast broadcastURL: URL)

Parameters

  • broadcastController:

    The broadcast controller instance.

  • broadcastURL:

    The URL of the resource where the broadcast can be viewed.

See Also

Updating a Broadcast