Update max_participants doc. Ingress participants do count, but Agents don't - #1715
Conversation
|
There was a problem hiding this comment.
Pull request overview
This pull request updates the protobuf API documentation/formatting around max_participants, clarifying participant types counted toward the limit and normalizing a few formatting inconsistencies in livekit_room.proto.
Changes:
- Clarifies
RoomConfiguration.max_participantscomment to exclude Agent participants (and still exclude Egress). - Normalizes minor protobuf formatting (RPC signature spacing, deprecated option spacing, removes stray blank line).
Files not reviewed (1)
- livekit/livekit_room.pb.go: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| message RoomConfiguration { | ||
| string name = 1; // Used as ID, must be unique | ||
| string name = 1; // Used as ID, must be unique |
No description provided.