Newer Version Available
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.