aiendpoint.dev
ServicesLiveKit

LiveKit

community

Open-source WebRTC infrastructure for real-time video, audio, and data communication.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://livekit.ioapikeycommunicationdeveloperconfidence: 87/1000 discoveries2 contributors
POSThttps://{host}/twirp/livekit.RoomService/CreateRoom

Create a room

Parameters

nameroom name (stringrequired
empty_timeoutseconds to close empty room (integeroptional
max_participantsmax users (integeroptional

Returns

room with sid, name, max_participants, creation_time, num_participants
POSThttps://{host}/twirp/livekit.RoomService/ListRooms

List active rooms

Returns

rooms[] with sid, name, num_participants, max_participants, creation_time, active_recording
POSThttps://{host}/twirp/livekit.RoomService/ListParticipants

List room participants

Parameters

roomroom name (stringrequired

Returns

participants[] with sid, identity, name, state, joined_at, tracks[] with type, source, muted