> 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/startrestreaming.md).

# startRestreaming()

The user who invoked the method will see a popup to enter the details of the target platform to restream to and start it.

```javascript
sambaFrame.startRestreaming();
```

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

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

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

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