---
title: NewRelicVideoStop
source: https://docs.newrelic.com/docs/streaming-video-&-ads/installation/roku/agent-api/initialization/newrelicvideostop
---

## Syntax

```js
NewRelicVideoStop(nr as Object) as Void
```

## Description

Stops video logging.

## Arguments

| Arguments | Description             |
| --------- | ----------------------- |
| `nr`      | New Relic Agent object. |
| `video`   | A video object.         |

## Return

Nothing.

## Example

```js
  NewRelicVideoStop(m.nr)
```
