skip to main content
audioSettingsToneEnabled
Feature/Setting
Values
*Desktop: Settings > General >
Error Sounds > Network Channel Error
Other Sounds >
Alert Received
Channel Added
Incoming Text Message
Outgoing Text Message
Telephony Incoming Call
Telephony Outgoing Call
Push To Talk Sounds >
Push to Talk Denied
Push to Talk Ended
Push to Talk Granted
Push to Talk Received
*Mobile: Audio >
Error Sounds > Network Error
Other Sounds >
Alert Received
Channel Added
Incoming Text Message
Outgoing Text Message
Telephone Call
Push To Talk Sounds >
Push to Talk Denied
Push to Talk Ended
Push to Talk Granted
 
*desktopIncomingCall:
true, false (Desktop, Boolean)
*desktopIncomingTextMessage:
true, false (Desktop, Boolean)
*desktopOutgoingCall:
true, false (Desktop, Boolean)
*desktopOutgoingTextMessage:
true, false (Desktop, Boolean)
*desktopPttReceived:
true, false (Desktop, Boolean)
*errorChannel:
true, false (Both, Boolean)
*otherAlert:
true, false (Both, Boolean)
*otherChannelAdded:
true, false (Both, Boolean)
*otherIncomingTextMessage:
true, false (Mobile, Boolean)
*otherOutgoingTextMessage:
true, false (Mobile, Boolean)
*otherPrivateCall:
true, false (Mobile, Boolean)
*pttDenied:
true, false (Both, Boolean)
*pttEnded:
true, false (Both, Boolean)
*pttGranted:
true, false (Both, Boolean)
Example:
"audioSettingsToneEnabled": {
"desktopIncomingCall": true,
"desktopIncomingTextMessage": false,
"desktopOutgoingCall": false,
"desktopOutgoingTextMessage": false,
"desktopPttReceived": false,
"errorChannel": false,
"otherAlert": false,
"otherChannelAdded": true,
"otherIncomingTextMessage": false,
"otherOutgoingTextMessage": false,
"otherPrivateCall": true,
"pttDenied": false,
"pttEnded": false,
"pttGranted": false
}