100ms · JSON Structure

100Ms Live Room Structure

Canonical structure of a 100ms Room resource as returned by GET /v2/rooms/{room_id}.

Type: object Properties: 0
Live VideoLive StreamingVideo ConferencingWebRTCHLSRTMPRecordingReal-Time MessagingLive InfrastructureIndia

100Ms Live Room Structure is a JSON Structure definition published by 100ms. It conforms to the https://json-structure.org/draft/2025/schema meta-schema.

Meta-schema: https://json-structure.org/draft/2025/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025/schema",
  "title": "100ms Room Structure",
  "description": "Canonical structure of a 100ms Room resource as returned by GET /v2/rooms/{room_id}.",
  "type": "object",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Unique room id." },
    { "name": "name", "type": "string" },
    { "name": "description", "type": "string" },
    { "name": "enabled", "type": "boolean", "default": true },
    { "name": "customer_id", "type": "string" },
    { "name": "app_id", "type": "string" },
    { "name": "template_id", "type": "string" },
    { "name": "template", "type": "string" },
    { "name": "region", "type": "string", "enum": ["in", "us", "eu", "auto"] },
    { "name": "size", "type": "integer" },
    { "name": "max_duration_seconds", "type": "integer" },
    { "name": "large_room", "type": "boolean" },
    {
      "name": "recording_info",
      "type": "object",
      "fields": [
        { "name": "enabled", "type": "boolean" },
        { "name": "upload_info", "type": "object" }
      ]
    },
    { "name": "created_at", "type": "string", "format": "date-time" },
    { "name": "updated_at", "type": "string", "format": "date-time" }
  ],
  "relationships": [
    { "from": "Room.template_id", "to": "Template.id", "kind": "many-to-one" },
    { "from": "Session.room_id", "to": "Room.id", "kind": "many-to-one" },
    { "from": "Recording.room_id", "to": "Room.id", "kind": "many-to-one" },
    { "from": "LiveStream.room_id", "to": "Room.id", "kind": "many-to-one" },
    { "from": "ExternalStream.room_id", "to": "Room.id", "kind": "many-to-one" },
    { "from": "RoomCode.room_id", "to": "Room.id", "kind": "many-to-one" }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/100ms-live-room-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.