100ms · Schema

100ms Room

A persistent container for a 100ms live session. Rooms are created from templates; each instance of users joining a room is a session.

Live VideoLive StreamingVideo ConferencingWebRTCHLSRTMPRecordingReal-Time MessagingLive InfrastructureIndia

Properties

Name Type Description
id string Unique 100ms room id (e.g. 627cdddff2e4e30487862ad1).
name string
description string
enabled boolean
customer_id string
app_id string
template_id string
template string
region string Region the room is provisioned in. `in` = Mumbai, `us` = US, `eu` = EU, `auto` = closest to peer.
size integer Soft cap on concurrent peers (subject to plan limits).
max_duration_seconds integer Maximum continuous session duration before the room is auto-ended.
large_room boolean When true, this is a 'large room' (10k+ peers) which changes the underlying topology.
recording_info object
created_at string
updated_at string
customer string
View JSON Schema on GitHub

JSON Schema

100ms-live-room-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/100ms-live/refs/heads/main/json-schema/100ms-live-room-schema.json",
  "title": "100ms Room",
  "description": "A persistent container for a 100ms live session. Rooms are created from templates; each instance of users joining a room is a session.",
  "type": "object",
  "required": ["id"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique 100ms room id (e.g. 627cdddff2e4e30487862ad1)."
    },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "enabled": { "type": "boolean", "default": true },
    "customer_id": { "type": "string" },
    "app_id": { "type": "string" },
    "template_id": { "type": "string" },
    "template": { "type": "string" },
    "region": {
      "type": "string",
      "enum": ["in", "us", "eu", "auto"],
      "description": "Region the room is provisioned in. `in` = Mumbai, `us` = US, `eu` = EU, `auto` = closest to peer."
    },
    "size": {
      "type": "integer",
      "description": "Soft cap on concurrent peers (subject to plan limits)."
    },
    "max_duration_seconds": {
      "type": "integer",
      "description": "Maximum continuous session duration before the room is auto-ended."
    },
    "large_room": {
      "type": "boolean",
      "description": "When true, this is a 'large room' (10k+ peers) which changes the underlying topology."
    },
    "recording_info": {
      "type": "object",
      "properties": {
        "enabled": { "type": "boolean" },
        "upload_info": { "type": "object" }
      }
    },
    "created_at": { "type": "string", "format": "date-time" },
    "updated_at": { "type": "string", "format": "date-time" },
    "customer": { "type": "string" }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/100ms-live-room"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.