> For the complete documentation index, see [llms.txt](https://solpay-docs.solblaze.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solpay-docs.solblaze.org/reference/sdk-reference/resume-stream.md).

# resumeStream

```javascript
(async() => {
    let resumed = await SOLPay.resumeStream("..."); // true
})();
```

### Parameters:

* stream: string - the stream to resume

### Returns:

boolean (`true`) - the confirmation for resuming a stream

### Throws:

* `SOL Pay SDK Fatal Error: Invalid stream ${stream}.` - an invalid stream was used
