featureFlags property
Flags that toggle specific features.
All supported flags can be found in the SDK source code: https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/flags/constants.ts
Key is the name of the feature flag and value is its value.
Implementation
final Map<String, Object?>? featureFlags;