docs(schema): add missing livekit schema documentation #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_docs_schema"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
docs/schemas/livekit/schema.mdwith full Markdown documentationdocs/schemas/livekit/schema.ai.mdwith AI-optimized compact referencedocs/schemas/livekit/schema.htmlwith self-contained HTML documentationRelated Issue
Closes #2
Changes
All three files document 3 enums (RoomStatus, ParticipantState, ServiceState), 3 root objects (Room, Participant, AccessToken), and 1 service (LiveKitService with 12 methods). The existing README.md link now resolves correctly.
Test Results
Build passes. Documentation-only change, no Rust code modified.