---
title: "Adopt Direct Call Room"
method: POST
path: "/chatrooms/adopt-direct"
tags: ["chatrooms"]
---

# Adopt Direct Call Room

`POST /chatrooms/adopt-direct`

Wrap an accepted 1:1 peer call in a private VoiceChatroom so the group
call surface (ChatroomSession) can run it — the call-interface convergence
(docs/development/CALL_CONVERGENCE_INVENTORY.md).

The 1:1 signaling (/video/call/initiate + /respond) is unchanged and has
already created the CallSession for room_name `room-{caller}-{callee}-{ts}`.
This endpoint ADOPTS that session: the direct room points at it, so
learner/teacher attribution, token reservation and end-of-call finalization
all keep working. Idempotent — either peer may call it; the second call
returns the existing room.

## Headers

- `authorization` string, nullable

## Request body

- AdoptDirectRequest
  - `room_name` string, required
  - `peer_user_id` string, nullable
  - `call_type` string, nullable
  - `language` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
