/mcp} } Methods getCallType() Retrieves the call type. This method is deprecated. Use getMediaProperties().callType. Note Returns {String} The call type. updateCallVariables(callvariablesList, options) Updates the dialog's call variables. This function does not validate the call variables. The client must take care of validating the call variables before using this function. Parameters Required Description Type Name Yes The call variables are from 1 to 10. For example, callVariable1: value1, callVariable2: value2, and so on. Object callvariablesList Yes An object containing the handlers for the request. For more information on handlers, see Request Handlers, on page 447. Object options Example var callVariablePayload = { "callVariable1": "value1", "callVariable2": "value2" }; dialog.updateCallVariables(callVariablePayLoad, { error: function() { console.log("Error on updating call variable"); } }); var callVariablePayload = { "callVariable1": "value1", "callVariable2": "value2", "user.eccVariable1": "value3" }; dialog.updateCallVariables(callVariablePayLoad, { error: function() { console.log("Error on updating call variable"); } }); Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 484 Cisco Finesse JavaScript APIs DialogBase
