-
Notifications
You must be signed in to change notification settings - Fork 500
Open
Description
Summary
The Handbook currently references the feature flags used in Jitsi Meet by linking to the source file. While helpful, SDK developers must navigate into the repository to discover available flags and their behavior.
To improve developer experience, the Handbook should include a reference list of exported feature flags directly in the Developer Guide. This would provide quick visibility into configurable behavior when embedding the SDK.
Proposal
Add a table to the Feature Flags section of the Developer Guide that includes:
- Flag key name
- Default value (when available)
- Short description based on existing comments or documentation in the source
Include a note that flags may change over time and that the Jitsi Meet source remains the authoritative reference.
Affected docs
Developer Guide -> Feature Flags section
References
- Source file for the flags:
https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/flags/constants.ts
Metadata
Metadata
Assignees
Labels
No labels