Call Utils is a Salesforce Connected App. You can read the first part of Call Utils manual where is described how to find settings or how to install the Connected App.
You can use two different ways to set key-value parameters. Choose one of them:
The following section describes currently available keys and possible values. To take instant effect logout and login to Call Utils again. Tip - In urgent situations you (Salesforce Administrator) can storno every OAuth2 tokens and every user is forced to re-login.
The text values 'true' or 'false' set default client's settings which determine if Call Utils will record (not upload) every call audio. It should be combined with the next one "can_override" settings attribute.
The text values 'true' or 'false' determine, if end users can override your Salesforce settings and (for their devices) enable/disable audio recording. It should be combined with the previous settings.
There are four attributes for the set Google's Speech API. Values for these keys you must find from JSON file, generated from Google Cloud Console. The value for "admin_s2t_private_key_pem" is too long for standard attribute settings so you must use way with APEX class which is detail described here.
In the Salesforce, there is standard action "Log a call" which by default creates Task. It should be handy for some organizations to change this behavior and create Event objects instead of Task. (Event can track Date & Time, Task is only for Date.)
Current possible values are 'Task' and 'Event'. It should be combined with the next one "can_override" settings attribute.
The text values 'true' or 'false' determine, if end users can override your Salesforce settings and (for their devices) choose logging sObject (Event / Task). It should be combined with the previous settings.
Call Utils for Salesforce creates sObjects in your CRM. There can be many difficult situations in the CRM implementation, for example, some required validation rules, distinguishing sObject source, etc. So you can set (currently only static) values to each field. Value for appropriate key set in format field=value separated with semicolon.
Example: value for attribute key admin_task_defaults can be: 'Status=Completed;Priority=Normal;Subject=Call (Logged from Call Utils For Salesforce)'.