# Direct video

Roomie Kit includes direct 1:1 video calls for products that need private realtime communication.

Built in:

* Direct-call channel naming.
* Call request, accept, join, and end flows.
* Mic mute and camera toggle support.
* Remote track cleanup when a call ends.
* The same provider interface used by rooms, group video, and livestreaming.

Direct video is useful for tutoring, coaching, office hours, customer support, creator calls, and private community features.

Related docs:

* [Group and direct video](/livestreaming/video-calls.md)
* [Channel naming](/livestreaming/channel-naming.md)
* [Media and streaming](/open-source-starter/media.md)


---

# 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.roomiekit.io/features/direct-video.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.
