(Created Fix blank page For Version: HTCC:8.5.2) |
(Update with the copy of version: 8.5.2DRAFT) |
||
Line 1: | Line 1: | ||
− | <!-- | + | = Voice Namespace= |
+ | __TOC__ | ||
+ | ==Methods== | ||
+ | The Voice namespace includes the following methods: | ||
+ | * [[VoiceNamespace#dial|dial]] | ||
+ | * [[VoiceNamespace#pauseCallRecording|pauseCallRecording]] | ||
+ | * [[VoiceNamespace#resumeCallRecording|resumeCallRecording]] | ||
+ | * [[VoiceNamespace#startCallRecording|startCallRecording]] | ||
+ | * [[VoiceNamespace#stopCallRecording|stopCallRecording]] | ||
+ | |||
+ | ===dial=== | ||
+ | {| | ||
+ | ! Signature | ||
+ | | <static> dial(''destination'', ''userData'') | ||
+ | |- | ||
+ | ! Description | ||
+ | | Calls the destination in the same way Workspace Web Edition calls the destination from Team Communicator. This methods supports caller ID and the [[Documentation:HTCC:IWWDep:Intercommunication|routing-based intercommunication features]]. | ||
+ | |- | ||
+ | ! Parameters | ||
+ | | | ||
+ | {| | ||
+ | ! Name | ||
+ | ! Type | ||
+ | ! Argument | ||
+ | ! Description | ||
+ | |- | ||
+ | | destination | ||
+ | | string | ||
+ | | | ||
+ | | The call destination number. | ||
+ | |- | ||
+ | | userData | ||
+ | | object | ||
+ | | <optional> | ||
+ | | The attached user data key/value object that is updated with each interaction event. | ||
+ | |} | ||
+ | |} | ||
+ | |||
+ | ===pauseCallRecording=== | ||
+ | {| | ||
+ | ! Signature | ||
+ | | <static> pauseCallRecording(''interactionId'') | ||
+ | |- | ||
+ | ! Description | ||
+ | | Pauses the call recording. | ||
+ | |- | ||
+ | ! Parameters | ||
+ | | | ||
+ | {| | ||
+ | ! Name | ||
+ | ! Type | ||
+ | ! Description | ||
+ | |- | ||
+ | | interactionId | ||
+ | | string | ||
+ | | The unique identifier for the interaction. | ||
+ | |} | ||
+ | |} | ||
+ | |||
+ | ===resumeCallRecording=== | ||
+ | {| | ||
+ | ! Signature | ||
+ | | <static> resumeCallRecording(''interactionId'') | ||
+ | |- | ||
+ | ! Description | ||
+ | | Resumes the call recording. | ||
+ | |- | ||
+ | ! Parameters | ||
+ | | | ||
+ | {| | ||
+ | ! Name | ||
+ | ! Type | ||
+ | ! Description | ||
+ | |- | ||
+ | | interactionId | ||
+ | | string | ||
+ | | The unique identifier for the interaction. | ||
+ | |} | ||
+ | |} | ||
+ | |||
+ | ===startCallRecording=== | ||
+ | {| | ||
+ | ! Signature | ||
+ | | <static> startCallRecording(''interactionId'') | ||
+ | |- | ||
+ | ! Description | ||
+ | | Starts the call recording. | ||
+ | |- | ||
+ | ! Parameters | ||
+ | | | ||
+ | {| | ||
+ | ! Name | ||
+ | ! Type | ||
+ | ! Description | ||
+ | |- | ||
+ | | interactionId | ||
+ | | string | ||
+ | | The unique identifier for the interaction. | ||
+ | |} | ||
+ | |} | ||
+ | |||
+ | ===stopCallRecording=== | ||
+ | {| | ||
+ | ! Signature | ||
+ | | <static> stopCallRecording(''interactionId'') | ||
+ | |- | ||
+ | ! Description | ||
+ | | Stops the call recording. | ||
+ | |- | ||
+ | ! Parameters | ||
+ | | | ||
+ | {| | ||
+ | ! Name | ||
+ | ! Type | ||
+ | ! Description | ||
+ | |- | ||
+ | | interactionId | ||
+ | | string | ||
+ | | The unique identifier for the interaction. | ||
+ | |} | ||
+ | |} | ||
+ | |||
+ | |||
+ | [[Category:V:HTCC:8.5.2]] |
Revision as of 21:19, August 28, 2015
Voice Namespace
Contents
Methods
The Voice namespace includes the following methods:
dial
Signature | <static> dial(destination, userData) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Calls the destination in the same way Workspace Web Edition calls the destination from Team Communicator. This methods supports caller ID and the routing-based intercommunication features. | ||||||||||||
Parameters |
|
pauseCallRecording
Signature | <static> pauseCallRecording(interactionId) | ||||||
---|---|---|---|---|---|---|---|
Description | Pauses the call recording. | ||||||
Parameters |
|
resumeCallRecording
Signature | <static> resumeCallRecording(interactionId) | ||||||
---|---|---|---|---|---|---|---|
Description | Resumes the call recording. | ||||||
Parameters |
|
startCallRecording
Signature | <static> startCallRecording(interactionId) | ||||||
---|---|---|---|---|---|---|---|
Description | Starts the call recording. | ||||||
Parameters |
|
stopCallRecording
Signature | <static> stopCallRecording(interactionId) | ||||||
---|---|---|---|---|---|---|---|
Description | Stops the call recording. | ||||||
Parameters |
|
Comments or questions about this documentation? Contact us for support!