# 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](https://docs.digitalsamba.com/reference/sdk/methods/startrecording) method.
{% endhint %}
