> For the complete documentation index, see [llms.txt](https://docs.rainmad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rainmad.com/resources/boombox-with-watch-party/exports.md).

# Exports

## Client Exports

<pre class="language-lua"><code class="lang-lua">exports["rm_boombox"]:getStreamerMode() --[[return: boolean]]

<strong>exports["rm_boombox"]:setStreamerMode(state --[[ boolean ]]) 
</strong></code></pre>

## Examples

```lua
local streamerMode = exports["rm_boombox"]:getStreamerMode()

exports["rm_boombox"]:setStreamerMode(true)
```
