Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Send Additional Call Information

You can disable certain call handling options such as end call, dial pad, and phone book in the softphone.

Use the CALL_UPDATED event to send additional information during a call to disable certain call handling options such as end call, dial pad, and phone book in the softphone. This event uses the CallResult class object, so you can use the CallInfo object to update the softphone controls. This event can be published during the call.

When implementing the getVoiceCapabilities(), set the value of the required field of the VoiceCapabilitiesResult to disable the corresponding option in the softphone. For example, to disable the dial pad, when implementing getVoiceCapabilities(), set the value of the isDialPadDisabled field of VoiceCapabilitiesResult to true.