Service Connector API Release Notes
This section describes recent changes that have been made to this guide.
- Updated the name of the guide from Service Cloud Connector API to Service Connector API, to align with new naming standards.
- Introduced this guide at a new URL,
https://developer.salesforce.com/docs/service/service-connector-api/overview, and redirected the previous URL.
- Added the
param.connectionIdandparam.callIdparameters to PhoneCall.
-
Filled gaps in reference content.
- Added new method topics for downloadLogs, getAgentStatus, getAudioDevices, logMessageToVendor.
- Added new object topics for ACWInfo, AgentVendorStatusInfo, AudioDevicesResult, ContactsFilter, HidDevice, SetAgentStateResult, ShowStorageAccessResult, StateChangeResult.
- Updated addParticipant topic to change a parameter name to
parentCall. Signature now includes all parameters. - Updated endCall topic to add
agentStatusto Signature and Parameters sections. - Updated getContacts topic to add
filterandworkItemIdto Signature and Parameters sections. - Updated getPhoneContacts topic to add
filterto Signature and Parameters sections. - Updated logout topic to chang the Return Type to
LogoutResult. - Updated PhoneCall topic to add the
param.agentARNfield. - Updated setAgentStatus topic. Signature now includes
statusInfoandenqueueNextState. Parameter name changed tostatusInfo. - Updated setAgentConfig topic to add
config.hidDeviceInfofield (HidDevice) to Parameters. - Updated SharedCapabilitiesResult topic to add the
param.hasSFDCPendingStateandparam.hasAutoAcceptEnabledfields. - Updated swap topic to use
call1andcall2parameters. - Updated wrapUpCall topic to add
callto Signature and Parameters sections.
-
Added
param.listTypefor Contact.
-
Moved content in this guide to this new location. This reference was previously available as part of the Salesforce Voice with Partner Telephony Developer Guide.
-
For Disable Call Actions added related field updates for VoiceCapabilitiesResult, CallInfo, and publishEvent.
-
For Headset Support added related field updates for VoiceCapabilitiesResult.
-
For updated Desk Phone Support which allows reps to use a desk phone even if microphone settings are disabled in the browser, we store the
selectedPhoneTypevalue and for this release, theparam.selectedPhonefield of theAgentConfigResultobject will be reset to default value due to this change. Added SetAgentConfigResult object. -
Added multi-party conferencing and consult calls to the Service Connector API with updated methods and objects:
- CallInfo—Added
param.renderContactIdparameter - conference—Updated the description for
callsparameter - dial—Added
dialOptionsparameter - endCall—Updated the description for
callparameter - mute—Added
callparameter - MuteToggleResult—Added
param.isGlobalparameter - pauseRecording—Updated the description for
callparameter - PhoneCall—Added new
param.callAttributesvalues and a newparam.callTypevalue - PhoneCallAttributes—Added full documentation for this object.
- resumeRecording—Updated the description for
callparameter - unmute—Added
callparameter - VoiceCapabilitiesResult—Added
param.hasConsultparameter
- CallInfo—Added