saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
26 stars 62 forks source link

FeatureFlagEnum how to add feature flag enum? #114

Closed bagusandrewijaya closed 1 year ago

bagusandrewijaya commented 1 year ago

i cant add featureFlags in this dependency Map<FeatureFlagEnum, bool> featureFlags = { FeatureFlagEnum.WELCOME_PAGE_ENABLED: false, };

saibotma commented 1 year ago

Please read the changlog.