---
title: "Set Same Room Mode"
method: PATCH
path: "/chatrooms/{room_name}/same-room"
tags: ["chatrooms"]
---

# Set Same Room Mode

`PATCH /chatrooms/{room_name}/same-room`

Turn same-room mode on or off from inside the room. Host only.

The teacher does not always know at creation time — she finds out when the
room starts howling. Flipping it here writes the same `activity_config` key
the create paths write, so every client converges on its next room read;
the datagram is only what makes that immediate.

## Path parameters

- `room_name` string, required

## Headers

- `authorization` string, nullable

## Request body

- SameRoomRequest
  - `enabled` boolean, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 24 revisions in range; 1 not diffed.

- **2026-09-21** `13996d792e23` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/chatrooms/:room_name/same-room/patch.md)

---

[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.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/ecd3f19d9e8b?raw)
