[client] config: add new audio:micAlwaysAllow option

This will be used to always grant access to microphones instead of
prompting every time.
This commit is contained in:
Quantum
2022-03-18 01:56:31 -04:00
committed by Geoffrey McRae
parent fb5a71c47e
commit dd6d9c44df
2 changed files with 9 additions and 0 deletions

View File

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