API reference / Meetings
Meetings
There is no meeting concept on this service: no room, no invite, no multi party session, and no integration that sends an avatar into a third party call. Nothing here joins Google Meet, Zoom or Teams.
The shape of the product is the reason. A GPU box serves one live session at a time, and opening a new one closes the previous one. A meeting is many participants in one room; we have one participant, one connection, one machine.
What a session is here
One WebRTC connection between your client and one box, opened with
POST /connect and closed by POST /disconnect or by
the next /connect. That is the whole model. See
Sessions.
If you need the avatar in a call, the shape that works today is to render the stream in your own client and publish it into the meeting yourself, with your own conferencing SDK. Nothing on this service will do that hop for you.
Not served in this group
List, create, read and cancel a meeting invite. All four. A meeting invite would also need a named persona to attach to, which does not exist either: see Personas.