mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 00:36:36 +02:00
Implement push-to-talk for conference audio
This commit is contained in:
@ -90,6 +90,9 @@ audio = {
|
||||
|
||||
// Number of channels to use for 1-on-1 audio broadcasts; 1 for mono, 2 for stereo.
|
||||
chat_audio_channels=2;
|
||||
|
||||
// toggle conference push-to-talk
|
||||
push_to_talk=false;
|
||||
};
|
||||
|
||||
tox = {
|
||||
|
Reference in New Issue
Block a user