Introduction
Endpoints
GET /meeting/:id
POST /meeting
A meeting could be created by any organization member using Meedio dashboard or Public API. Once you create a meeting 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 a meeting via Public API you will be provided by the redirect URL where the two parties should meet. Meedio handles all further actions.
Meeting object
JSON
{
"id": "e91254af-e761-4fdb-abe8-b4b1f7f02415",
"redirect_url": "https://p2p.meedio.me/meetings/e91254af-e761-4fdb-abe8-b4b1f7f02415"
}
Key | Type | Description |
---|---|---|
id |
string | version 4 UUID generated once the meeting was created |
redirect_rl |
string | meeting redirect url |