Dynamic Ad-Hoc Groups

Dynamic Ad-Hoc Groups

This parameter enables
PTT Pro for Android
to download the complete list of groups in the department when the user logs in. This includes groups in which the user is not a member. When the user makes a call to a group of which they are not a member, the client creates an ad-hoc call. If the user is a member of the group, the client creates a group call. Refer to the
Workcloud Communication PTT Pro for Android User Guide
for more information about ad-hoc groups.
Requires PTT Pro 3.3.10290 or later.
Dynamic ad-hoc PTT Configuration Settings
Parameter
Description
Type
Default Value
Configurable Values
pro_group_list_service_base_url
Base URL for Server
String
empty
Valid URL
rsync_pttpro_api_key
API Key for Base URL
String
empty
Valid API Key
The JSON format to enable the setting in the
WFCPTTProDefault.json
file is as follows:
{ "pro_group_list_service_base_url":"URL", "rsync_pttpro_api_key":"key" }
The ADB command to apply the configuration on Android 10 and lower versions:
adb push WFCPTTProDefault.json /sdcard/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/sdcard/WFCPTTProDefault.json"
The ADB command to apply the configuration on Android 11 and higher versions:
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"
  • An intent or voice command cannot be used to message non-member groups.
  • A maximum of 127 users can participate in PTT ad-hoc calls.