---
title: "Get active community voice chats"
method: GET
path: "/v1/community-voice-chats/active"
tags: ["Community Voice Chats"]
---

# Get active community voice chats

`GET /v1/community-voice-chats/active`

Lists all active community voice chats visible to the authenticated user.
This endpoint requires Signed Fetch authentication.
Returns voice chats from communities the user is a member of, including participant counts,
moderator counts, community information, and location data (positions and worlds).

## Response `200`

Active community voice chats found

- object
  - `data` object, required
    - `activeChats` object[], required
      - `communityId` string, required — ID of the community
      - `participantCount` integer, required — Number of participants in the voice chat
      - `moderatorCount` integer, required — Number of moderators in the voice chat
      - `isMember` boolean, required — Whether the user is a member of the community
      - `communityName` string, required — Name of the community
      - `communityImage` string — URL of the community image
      - `positions` string[], required — Array of position coordinates
      - `worlds` string[], required — Array of world identifiers
    - `total` integer, required — Total number of active voice chats

## Other responses

- `401` — Unauthorized - Signed Fetch required
- `500` — Internal server error

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
