Line 3: | Line 3: | ||
==Methods== | ==Methods== | ||
The Voice namespace includes the following methods: | The Voice namespace includes the following methods: | ||
− | * [[VoiceNamespace#|]] | + | * [[VoiceNamespace#dial|dial]] |
− | * [[VoiceNamespace#|]] | + | * [[VoiceNamespace#pauseCallRecording|pauseCallRecording]] |
+ | * [[VoiceNamespace#resumeCallRecording|resumeCallRecording]] | ||
+ | * [[VoiceNamespace#startCallRecording|startCallRecording]] | ||
+ | * [[VoiceNamespace#stopCallRecording|stopCallRecording]] | ||
===dial=== | ===dial=== |
Revision as of 18:27, July 14, 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!