Skip to content

Commit

Permalink
Hide broadcast mode in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-martins committed Dec 12, 2023
1 parent 70ff69a commit bb9f850
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/SettingsView.m
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,9 @@ - (NSSet *)findHiddenKeys {
[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"];
Expand Down

0 comments on commit bb9f850

Please sign in to comment.