# TalkZone

Voice chat capabilities are main achieved using TalkZone feature, which is in HoloFair system is basically implementation of WebRTC technology. It supports audio communication, video transmission and screen share. Also, since it is WebRTC based, it has a limit of 6 particapants in a call (for example you and 5 more people). You still can do more than that but we can't gurantee stability and the same quality.

To add TalkZones, you'll need a GameObject with **TalkZoneView** and **GuidComponent**.

<figure><img src="/files/dzrblKH9PpaFQ4bCeMpK" alt=""><figcaption><p>Make sure to specify a unique Value for TalkZoneView as it is used as a room name that user is being connected to. If two or more Talk Zone have the same value, all users will end up in the same room despite being on different Talk Zones.</p></figcaption></figure>

The following are functions that will be useful to keep in mind when using Talk Zones.

<table><thead><tr><th width="160"></th><th></th></tr></thead><tbody><tr><td>Join</td><td>Join the Talk Zone's group call.</td></tr><tr><td>Leave</td><td>Leave the Talk Zone's group call. (Call this function when the user is still in call, such as when a user leave the Talk Zone)</td></tr></tbody></table>

<figure><img src="/files/qQTxjMRcbmswUYjIQjNB" alt=""><figcaption><p>Calls in HoloFair</p></figcaption></figure>


---

# 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.holofair.app/development/features/talkzone.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.
