# \&directoronly

Viewer-Side Option! ([`&scene`](/advanced-settings/mixer-scene-parameters/scene.md), [`&room`](/advanced-settings/setup-parameters/room.md), [`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&solo`](/advanced-settings/mixer-scene-parameters/and-solo.md))

## Aliases

* `&directorsonly`
* `&do`

## Details

`&directoronly` will show the audio and video of the director but not of the guests. It is basically the same as [`&broadcast`](/advanced-settings/video-parameters/broadcast.md) but the guests can't hear each other. It is just the same as doing [`&view=DirectorStreamID`](/advanced-settings/mixer-scene-parameters/view.md), but without having to know the stream ID for the director.

It will actually connect to any director, including co-directors, not just the main one.

[`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&include`](/advanced-settings/mixer-scene-parameters/and-include.md), [`&exclude`](/advanced-settings/mixer-scene-parameters/and-exclude.md) have a lower priority to `&directoronly`. So if there are two directors, you can do `&directoronly&exclude=coDirector123`, so that the codirector doesn't connect.

I changed the toggle in the director's room for "Guests hear others" from [`&view=`](/advanced-settings/mixer-scene-parameters/view.md) to `&directoronly`. The point of this change is that the [director](/advanced-settings/director-parameters/director.md) can now still talk to those in the room.\
![](/files/P1h1Ge2skU4iC8Ht8doq)

Purpose of change: I had a user who wanted [`&broadcast`](/advanced-settings/video-parameters/broadcast.md), but also not have the guests hear each other. It's a bit of a hassle to do [`&view=DirectorStreamID`](/advanced-settings/mixer-scene-parameters/view.md), and the toggle is labelled to be misleading by saying "guests", not "everyone".

You can use `&directoronly` to replace [`&broadcast`](/advanced-settings/video-parameters/broadcast.md) if you don't want the guests hearing each other.

## Related

{% content-ref url="/pages/-MZdsq4lEXnitB6YApW8" %}
[\&broadcast](/advanced-settings/video-parameters/broadcast.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZdw7J4MWj\_hoTqT9Kh" %}
[\&view](/advanced-settings/mixer-scene-parameters/view.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/advanced-settings/video-parameters/and-directoronly.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
