Newer Version Available

This content describes an older version of this product. View Latest

Recent Changes to the Service Cloud Voice for Partner Telephony Developer Guide

This section describes recent changes that have been made to this guide.

Updates for Winter ‘25

  • Updated the event type and error type (eventType) values in various code samples and pages of the Connector API Reference to reflect backend changes. For example, changed VOICE.CALL_CONNECTED to VOICE_EVENT_TYPE.CALL_CONNECTED and changed LOGIN_REQUIRED to SHARED_ERROR_TYPE.LOGIN_REQUIRED.
  • Added the customIcon field in the Conversation Channel Definition record in Create a Salesforce DX Project. This new field helps admins identify the contact center partner during setup.
  • Added the getContacts method to the Connector API Reference under the Common API Methods section. The getContacts method returns a new ContactsResult object.
  • Reorganized capabilities into shared and voice categories, resulting in these changes:

Updates for Summer ‘24

Updates for Spring ‘24

  • Moved the ConversationVendorInfo topic to the Object Reference for the Salesforce Platform Guide.
  • Updated the Connector API Reference with the following changes: separated the Connector API Methods into a Common API Methods section and a Voice API Methods section; and updated the event type (eventType) values in various code samples and pages to reflect backend changes, for example, changed CALL_CONNECTED to VOICE.CALL_CONNECTED.
  • Added the getTelephonyConnector method to the Connector API Reference. The getTelephonyConnector method returns an object of the TelephonyConnector class.
  • Added the onAgentWork method to the Connector API Reference. The onAgentWork method sends non-Voice related AgentWork events to the partner contact center
  • Added the AgentWork object to the Connector API Reference. The AgentWork object stores information about an AgentWork record.

Updates for Winter ‘24

Updates for Summer ‘23

Updates for Spring ‘23

Updates for Winter ‘23

Updates for Summer ‘22

New topics:

Changes to existing topics:

Updates for Spring ‘22

New topics:

Changes to existing topics:

  • Apex Reference—Added KeyProvider and PhoneNumberProvider.
  • ConversationVendorInfo—Added keyProvisioningSupported, partnerPhoneNumberSupported, and universalCallRecordingAccessSupported.
  • Connector API
  • Troubleshooting—Added a Download Connector Logs section.