# Group video

Roomie Kit supports group video through the same media layer used by rooms and livestreaming.

Built in:

* Personal-room group video sessions.
* Camera and microphone publish controls.
* Remote subscription and cleanup.
* Token-scoped Agora channels.
* Shared recovery path for reconnects and app foreground/background changes.

Group video can live inside a virtual room, inside a personal room, or as a standalone video product with the room renderer removed.

Related docs:

* [Group and direct video](/livestreaming/video-calls.md)
* [Media and streaming](/open-source-starter/media.md)
* [Mobile smoke checks](/open-source-starter/mobile-smoke.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/group-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.
