> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/reference/sdk/methods/stoprestreaming.md).

# stopRestreaming()

Stops the restreaming of the meeting.

```javascript
sambaFrame.stopRestreaming();
```

{% hint style="info" %}
The method call will be ignored if restreaming is not enabled for the room or if a room restreaming is not in progress.
{% endhint %}

**Sample use cases**:&#x20;

* You may want to control restreaming of the meeting to a larger audience on Youtube, Cloudflare, etc...

{% hint style="info" %}
**stopRestreaming** is often used in conjunction with [startRecording](/reference/sdk/methods/startrecording.md) method.
{% endhint %}
