Hide broadcast mode in settings

This commit is contained in:
Benoit Martins 2023-12-12 16:45:37 +01:00
parent 70ff69aa63
commit bb9f850704

View file

@ -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"];