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 /room/:slug
POST /room
Room object
JSON
{
"title": "title-example",
"slug": "room-slug-example",
"redirect_url": "https://p2p.meedio.me/room-slug-example"
}
Key | Type | Description |
---|---|---|
slug |
string | a URL slug refers to the end part of a URL after the backslash |
redirect_url |
string | room redirect url |