(HTCC-29218) |
|||
Line 22: | Line 22: | ||
|- | |- | ||
! Description | ! Description | ||
− | | Answers the incoming call | + | | Answers the incoming call. |
|- | |- | ||
! Parameters | ! Parameters | ||
Line 46: | Line 46: | ||
|- | |- | ||
! Description | ! Description | ||
− | | Calls the destination in the same way Workspace Web Edition calls the destination from Team Communicator | + | | Calls the destination in the same way Workspace Web Edition calls the destination from Team Communicator. |
|- | |- | ||
! Parameters | ! Parameters | ||
Line 75: | Line 75: | ||
|- | |- | ||
! Description | ! Description | ||
− | | Releases the incoming call | + | | Releases the incoming call. |
|- | |- | ||
! Parameters | ! Parameters | ||
Line 101: | Line 101: | ||
|- | |- | ||
! Description | ! Description | ||
− | | Holds the incoming call | + | | Holds the incoming call. |
|- | |- | ||
! Parameters | ! Parameters | ||
Line 127: | Line 127: | ||
|- | |- | ||
! Description | ! Description | ||
− | | Resumes the held call | + | | Resumes the held call. |
|- | |- | ||
! Parameters | ! Parameters |
Revision as of 13:03, February 7, 2018
Voice Namespace
Contents
Methods
The Voice namespace includes the following methods:
- answer
- dial
- hangUp
- hold
- resume
- pauseCallRecording
- resumeCallRecording
- startCallRecording
- stopCallRecording
answer
Signature | <static> answer('interactionId') | ||||||||
---|---|---|---|---|---|---|---|---|---|
Description | Answers the incoming call. | ||||||||
Parameters |
|
dial
Signature | <static> dial(destination, userData) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Calls the destination in the same way Workspace Web Edition calls the destination from Team Communicator. | ||||||||||||
Parameters |
|
hangUp
Signature | <static> hangUp('interactionId') | ||||||||
---|---|---|---|---|---|---|---|---|---|
Description | Releases the incoming call. | ||||||||
Parameters |
|
hold
Signature | <static> hold('interactionId') | ||||||||
---|---|---|---|---|---|---|---|---|---|
Description | Holds the incoming call. | ||||||||
Parameters |
|
resume
Signature | <static> resume('interactionId') | ||||||||
---|---|---|---|---|---|---|---|---|---|
Description | Resumes the held call. | ||||||||
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!