# Personal video call preferences

**Profile → Video Call** lets each team member set their own default behavior when joining a call as a host. These preferences only affect your account. They do not change guest behavior or workspace-wide call settings.

### Open your preferences

{% stepper %}
{% step %}

#### Open Profile Settings

Click your avatar in the top-right, then select **Profile Settings**.
{% endstep %}

{% step %}

#### Select Video Call

Open **Video Call** in the left sidebar.
{% endstep %}
{% endstepper %}

***

### Available preferences

#### Display name

Sets the name other participants see when you join a call.

Leave it blank to use your account name.

#### Join muted

Joins calls with your microphone muted by default.

You can unmute at any time.

#### Join with camera off

Joins calls with your camera turned off by default.

You can turn it on after joining.

#### Float self view

Shows your own camera as a small floating overlay instead of a tile in the main grid.

Use it to keep more space for other participants.

#### Auto-hide self view

Hides the floating self view after a few seconds of inactivity.

Move your mouse to show it again.

This option requires **Float self view**.

#### Low data mode

Reduces bandwidth usage for your video stream.

Use it on slow or metered connections.

Video quality may be lower.

#### Default camera effect

Sets the camera effect applied when you join a call.

For example, you can default to background blur.

You can still change the effect during the call.

***

{% hint style="info" %}
These settings only affect your own host experience. Workspace defaults for guests and room behavior are managed in [Video call settings](/video-calls/customize-video-calls/video-call-settings.md).
{% endhint %}


---

# 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.screendesk.io/video-calls/customize-video-calls/personal-video-call-preferences.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.
