---
title: Configuration
source: https://docs.newrelic.com/docs/streaming-video-&-ads/installation/roku/agent-api/configuration/overview
---

## Configuration method

| Method                                                                                                                          | Description                                       |
| ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| [nrUpdateConfig](https://docs.newrelic.com/docs/streaming-video-&-ads/installation/roku/agent-api/configuration/nrupdateconfig) | Updates configuration, such as network proxy URL. |

## Examples

### nrUpdateConfig

```js
  	config = { proxyUrl: "http://example.com:8888/;" }
	  nrUpdateConfig(m.nr, config)
```
