[client] config: add new option audio:micShowIndicator

This will be used to control the display of the microphone recording
indicator.
This commit is contained in:
Quantum
2022-03-19 00:11:57 -04:00
committed by Geoffrey McRae
parent 1685249f3a
commit 9c8a8a1b44
2 changed files with 9 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ struct AppParams
int audioPeriodSize;
int audioBufferLatency;
bool micAlwaysAllow;
bool micShowIndicator;
};
struct CBRequest