Skip to content

Introduction

A room could be created by any organization member using Meedio dashboard or Public API. Once you create a room it will be open as long as there will be at least one person online or 15 minutes after the last person leaves. When you create room via Public API you will be provided by the redirect URL.

Endpoints

GET /v2/room/:slug

POST /v2/room

Room object

JSON
{
  "title": "title-example",
  "slug": "room-slug-example",
  "organizationSlug": "organization-slug-example",
  "redirectUrl": "https://p2p.meedio.me/room-slug-example"
}
Key Type Description
title string room title
slug string a URL slug refers to the end part of a URL after the backslash
organizationSlug string organization slug
redirectUrl string room redirect url