diff --git a/Classes/SettingsView.m b/Classes/SettingsView.m index 01c842ef5..f6a83731e 100644 --- a/Classes/SettingsView.m +++ b/Classes/SettingsView.m @@ -679,6 +679,9 @@ void update_hash_cbs(LinphoneAccountCreator *creator, LinphoneAccountCreatorStat [hiddenKeys addObject:@"video_menu"]; } + [hiddenKeys addObject:@"enable_broadcast_conference_feature"]; + [hiddenKeys addObject:@"meeting_menu"]; + #ifndef DEBUG [hiddenKeys addObject:@"debug_actions_group"]; [hiddenKeys addObject:@"release_button"];