Configure PTT Button Voice Command Confirmation

Configure PTT Button Voice Command Confirmation

A new parameter,
vaVoiceCommandHeadsetConfirmation
, has been introduced to enable configuration of Voice Command confirmation when the PTT button is pressed on a Bluetooth headset, prior to voice input.
Requires PTT Pro 3.3.10311 or later.
vaVoiceCommandHeadsetConfirmation Parameter
Parameter
Description
Type
Default Value
Configurable Values
vaVoiceCommandHeadsetConfirmation
Configures voice command confirmation with the press of the PTT Button from the Bluetooth (BT) Headset.
String
null
Configures any text that will be used for configuring Voice Command confirmation
This configuration is applied to the PTT Pro Client using the WFCPTTProDefault.json file or through the Provisioning Manager environment.
Example WFCPTTProDefault.json configuration:
{ "vaVoiceCommandHeadsetConfirmation":"Go ahead" }
Applying the configuration to Android 10 and below:
adb push WFCPTTProDefault.json /sdcard/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/sdcard/WFCPTTProDefault.json"
Applying the configuration to Android 11 and above:
adb push WFCPTTProDefault.json /enterprise/device/settings/pttpro/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/enterprise/device/settings/pttpro/WFCPTTProDefault.json"
ADB command to apply the configuration:
adb shell am start -a android.intent.action.VIEW -d "wfctp-uat://<TOKEN>" com.symbol.wfc.pttpro" adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "profile_json" ' {"vaVoiceCommandHeadsetConfirmation" : "Go ahead"}'