Difference between revisions of "PEC-Developer/Current/SCAPI/VoiceNamespace"
From Genesys Documentation
Line 36: | Line 36: | ||
{{!}}- | {{!}}- | ||
!{{!}}Signature | !{{!}}Signature | ||
− | {{!}}{{!}} answer('interactionId') | + | {{!}}{{!}} <static> answer('interactionId', succeeded, failed) |
{{!}}- | {{!}}- | ||
!{{!}}Description | !{{!}}Description | ||
Line 50: | Line 50: | ||
!{{!}}Description | !{{!}}Description | ||
{{!}}- | {{!}}- | ||
− | {{!}}{{!}} | + | {{!}}{{!}}interactionId |
{{!}}{{!}}string | {{!}}{{!}}string | ||
{{!}}{{!}} | {{!}}{{!}} | ||
{{!}}{{!}}The interaction identifier | {{!}}{{!}}The interaction identifier | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
{{!}}} | {{!}}} | ||
{{!}}} | {{!}}} | ||
===dial=== | ===dial=== | ||
− | {{{!}}! Signature{{!}} | + | |
+ | {{{!}} | ||
+ | {{!}}- | ||
+ | !{{!}}Signature | ||
+ | {{!}}{{!}} <static> dial(destination, userData, succeeded, failed) | ||
+ | {{!}}- | ||
+ | !{{!}}Description | ||
+ | {{!}}{{!}}Calls the destination in the same way Workspace Web Edition calls the destination from Team Communicator. | ||
+ | {{!}}- | ||
+ | !{{!}}Parameters | ||
+ | {{!}}{{!}} | ||
{{{!}} | {{{!}} | ||
{{!}}- | {{!}}- | ||
Line 78: | Line 100: | ||
{{!}}{{!}}The attached user data key/value object that is updated with each interaction event. | {{!}}{{!}}The attached user data key/value object that is updated with each interaction event. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
+ | {{!}}} | ||
{{!}}} | {{!}}} | ||
Line 137: | Line 172: | ||
{{!}}- | {{!}}- | ||
!{{!}}Signature | !{{!}}Signature | ||
− | {{!}}{{!}} hangUp('interactionId') | + | {{!}}{{!}} <static> hangUp('interactionId', succeeded, failed) |
{{!}}- | {{!}}- | ||
!{{!}}Description | !{{!}}Description | ||
Line 151: | Line 186: | ||
!{{!}}Description | !{{!}}Description | ||
{{!}}- | {{!}}- | ||
− | {{!}}{{!}} | + | {{!}}{{!}}interactionId |
{{!}}{{!}}string | {{!}}{{!}}string | ||
{{!}}{{!}} | {{!}}{{!}} | ||
{{!}}{{!}}The interaction identifier | {{!}}{{!}}The interaction identifier | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
{{!}}} | {{!}}} | ||
{{!}}} | {{!}}} | ||
Line 165: | Line 212: | ||
{{!}}- | {{!}}- | ||
!{{!}}Signature | !{{!}}Signature | ||
− | {{!}}{{!}} hold('interactionId') | + | {{!}}{{!}} <static> hold('interactionId', succeeded, failed) |
{{!}}- | {{!}}- | ||
!{{!}}Description | !{{!}}Description | ||
Line 179: | Line 226: | ||
!{{!}}Description | !{{!}}Description | ||
{{!}}- | {{!}}- | ||
− | {{!}}{{!}} | + | {{!}}{{!}}interactionId |
{{!}}{{!}}string | {{!}}{{!}}string | ||
{{!}}{{!}} | {{!}}{{!}} | ||
{{!}}{{!}}The interaction identifier | {{!}}{{!}}The interaction identifier | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
{{!}}} | {{!}}} | ||
{{!}}} | {{!}}} | ||
Line 193: | Line 252: | ||
{{!}}- | {{!}}- | ||
!{{!}}Signature | !{{!}}Signature | ||
− | {{!}}{{!}} resume('interactionId') | + | {{!}}{{!}} <static> resume('interactionId', succeeded, failed) |
{{!}}- | {{!}}- | ||
!{{!}}Description | !{{!}}Description | ||
Line 207: | Line 266: | ||
!{{!}}Description | !{{!}}Description | ||
{{!}}- | {{!}}- | ||
− | {{!}}{{!}} | + | {{!}}{{!}}interactionId |
{{!}}{{!}}string | {{!}}{{!}}string | ||
{{!}}{{!}} | {{!}}{{!}} | ||
{{!}}{{!}}The interaction identifier | {{!}}{{!}}The interaction identifier | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
{{!}}} | {{!}}} | ||
{{!}}} | {{!}}} | ||
Line 218: | Line 289: | ||
===pauseCallRecording=== | ===pauseCallRecording=== | ||
− | {{{!}}! Signature{{!}} | + | {{{!}} |
+ | {{!}}- | ||
+ | !{{!}}Signature | ||
+ | {{!}}{{!}} <static> pauseCallRecording('interactionId', succeeded, failed) | ||
+ | {{!}}- | ||
+ | !{{!}}Description | ||
+ | {{!}}{{!}}Pause the call recording. | ||
+ | {{!}}- | ||
+ | !{{!}}Parameters | ||
+ | {{!}}{{!}} | ||
{{{!}} | {{{!}} | ||
{{!}}- | {{!}}- | ||
!{{!}}Name | !{{!}}Name | ||
!{{!}}Type | !{{!}}Type | ||
+ | !{{!}}Argument | ||
!{{!}}Description | !{{!}}Description | ||
{{!}}- | {{!}}- | ||
{{!}}{{!}}interactionId | {{!}}{{!}}interactionId | ||
{{!}}{{!}}string | {{!}}{{!}}string | ||
− | {{!}}{{!}}The | + | {{!}}{{!}} |
+ | |||
+ | {{!}}{{!}}The interaction identifier | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
+ | {{!}}} | ||
{{!}}} | {{!}}} | ||
===resumeCallRecording=== | ===resumeCallRecording=== | ||
− | {{{!}}! Signature{{!}} | + | {{{!}} |
+ | {{!}}- | ||
+ | !{{!}}Signature | ||
+ | {{!}}{{!}} <static> resumeCallRecording('interactionId', succeeded, failed) | ||
+ | {{!}}- | ||
+ | !{{!}}Description | ||
+ | {{!}}{{!}}Resumes the call recording. | ||
+ | {{!}}- | ||
+ | !{{!}}Parameters | ||
+ | {{!}}{{!}} | ||
{{{!}} | {{{!}} | ||
{{!}}- | {{!}}- | ||
!{{!}}Name | !{{!}}Name | ||
!{{!}}Type | !{{!}}Type | ||
+ | !{{!}}Argument | ||
!{{!}}Description | !{{!}}Description | ||
{{!}}- | {{!}}- | ||
{{!}}{{!}}interactionId | {{!}}{{!}}interactionId | ||
{{!}}{{!}}string | {{!}}{{!}}string | ||
− | {{!}}{{!}}The | + | {{!}}{{!}} |
+ | |||
+ | {{!}}{{!}}The interaction identifier | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
+ | {{!}}} | ||
{{!}}} | {{!}}} | ||
===startCallRecording=== | ===startCallRecording=== | ||
− | {{{!}}! Signature{{!}} | + | {{{!}} |
+ | {{!}}- | ||
+ | !{{!}}Signature | ||
+ | {{!}}{{!}} <static> startCallRecording('interactionId', succeeded, failed) | ||
+ | {{!}}- | ||
+ | !{{!}}Description | ||
+ | {{!}}{{!}}Starts the call recording. | ||
+ | {{!}}- | ||
+ | !{{!}}Parameters | ||
+ | {{!}}{{!}} | ||
{{{!}} | {{{!}} | ||
{{!}}- | {{!}}- | ||
!{{!}}Name | !{{!}}Name | ||
!{{!}}Type | !{{!}}Type | ||
+ | !{{!}}Argument | ||
!{{!}}Description | !{{!}}Description | ||
{{!}}- | {{!}}- | ||
{{!}}{{!}}interactionId | {{!}}{{!}}interactionId | ||
{{!}}{{!}}string | {{!}}{{!}}string | ||
− | {{!}}{{!}}The | + | {{!}}{{!}} |
+ | |||
+ | {{!}}{{!}}The interaction identifier | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
+ | {{!}}} | ||
{{!}}} | {{!}}} | ||
+ | |||
===stopCallRecording=== | ===stopCallRecording=== | ||
− | {{{!}}! Signature{{!}} | + | {{{!}} |
+ | {{!}}- | ||
+ | !{{!}}Signature | ||
+ | {{!}}{{!}} <static> stopCallRecording('interactionId', succeeded, failed) | ||
+ | {{!}}- | ||
+ | !{{!}}Description | ||
+ | {{!}}{{!}}Stops the call recording. | ||
+ | {{!}}- | ||
+ | !{{!}}Parameters | ||
+ | {{!}}{{!}} | ||
{{{!}} | {{{!}} | ||
{{!}}- | {{!}}- | ||
!{{!}}Name | !{{!}}Name | ||
!{{!}}Type | !{{!}}Type | ||
+ | !{{!}}Argument | ||
!{{!}}Description | !{{!}}Description | ||
{{!}}- | {{!}}- | ||
{{!}}{{!}}interactionId | {{!}}{{!}}interactionId | ||
{{!}}{{!}}string | {{!}}{{!}}string | ||
− | {{!}}{{!}}The | + | {{!}}{{!}} |
+ | |||
+ | {{!}}{{!}}The interaction identifier | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
+ | {{!}}} | ||
{{!}}} | {{!}}} | ||
Line 278: | Line 450: | ||
{{!}}- | {{!}}- | ||
!{{!}}Signature | !{{!}}Signature | ||
− | {{!}}{{!}} isMicrophoneMute() | + | {{!}}{{!}} <static> isMicrophoneMute(succeeded, failed) |
{{!}}- | {{!}}- | ||
!{{!}}Description | !{{!}}Description | ||
Line 284: | Line 456: | ||
{{!}}- | {{!}}- | ||
!{{!}}Parameters | !{{!}}Parameters | ||
− | {{!}}{{!}} | + | {{!}}{{!}} |
+ | {{{!}} | ||
+ | {{!}}- | ||
+ | !{{!}}Name | ||
+ | !{{!}}Type | ||
+ | !{{!}}Argument | ||
+ | !{{!}}Description | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
+ | {{!}}} | ||
{{!}}} | {{!}}} | ||
Line 293: | Line 484: | ||
{{!}}- | {{!}}- | ||
!{{!}}Signature | !{{!}}Signature | ||
− | {{!}}{{!}} muteMicrophone() | + | {{!}}{{!}} <static> muteMicrophone(succeeded, failed) |
{{!}}- | {{!}}- | ||
!{{!}}Description | !{{!}}Description | ||
Line 299: | Line 490: | ||
{{!}}- | {{!}}- | ||
!{{!}}Parameters | !{{!}}Parameters | ||
− | {{!}}{{!}} | + | {{!}}{{!}} |
+ | {{{!}} | ||
+ | {{!}}- | ||
+ | !{{!}}Name | ||
+ | !{{!}}Type | ||
+ | !{{!}}Argument | ||
+ | !{{!}}Description | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
+ | {{!}}} | ||
{{!}}} | {{!}}} | ||
Line 308: | Line 518: | ||
{{!}}- | {{!}}- | ||
!{{!}}Signature | !{{!}}Signature | ||
− | {{!}}{{!}} unmuteMicrophone() | + | {{!}}{{!}} <static> unmuteMicrophone(succeeded, failed) |
{{!}}- | {{!}}- | ||
!{{!}}Description | !{{!}}Description | ||
Line 314: | Line 524: | ||
{{!}}- | {{!}}- | ||
!{{!}}Parameters | !{{!}}Parameters | ||
− | {{!}}{{!}} | + | {{!}}{{!}} |
+ | {{{!}} | ||
+ | {{!}}- | ||
+ | !{{!}}Name | ||
+ | !{{!}}Type | ||
+ | !{{!}}Argument | ||
+ | !{{!}}Description | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
+ | {{!}}} | ||
{{!}}} | {{!}}} | ||
Line 323: | Line 552: | ||
{{!}}- | {{!}}- | ||
!{{!}}Signature | !{{!}}Signature | ||
− | {{!}}{{!}} isSpeakerMute() | + | {{!}}{{!}} <static> isSpeakerMute(succeeded, failed) |
{{!}}- | {{!}}- | ||
!{{!}}Description | !{{!}}Description | ||
Line 329: | Line 558: | ||
{{!}}- | {{!}}- | ||
!{{!}}Parameters | !{{!}}Parameters | ||
− | {{!}}{{!}} | + | {{!}}{{!}} |
+ | {{{!}} | ||
+ | {{!}}- | ||
+ | !{{!}}Name | ||
+ | !{{!}}Type | ||
+ | !{{!}}Argument | ||
+ | !{{!}}Description | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
+ | {{!}}} | ||
{{!}}} | {{!}}} | ||
Line 338: | Line 586: | ||
{{!}}- | {{!}}- | ||
!{{!}}Signature | !{{!}}Signature | ||
− | {{!}}{{!}} muteSpeaker() | + | {{!}}{{!}} <static> muteSpeaker(succeeded, failed) |
{{!}}- | {{!}}- | ||
!{{!}}Description | !{{!}}Description | ||
Line 344: | Line 592: | ||
{{!}}- | {{!}}- | ||
!{{!}}Parameters | !{{!}}Parameters | ||
− | {{!}}{{!}} | + | {{!}}{{!}} |
+ | {{{!}} | ||
+ | {{!}}- | ||
+ | !{{!}}Name | ||
+ | !{{!}}Type | ||
+ | !{{!}}Argument | ||
+ | !{{!}}Description | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
+ | {{!}}} | ||
{{!}}} | {{!}}} | ||
Line 353: | Line 620: | ||
{{!}}- | {{!}}- | ||
!{{!}}Signature | !{{!}}Signature | ||
− | {{!}}{{!}} unmuteSpeaker() | + | {{!}}{{!}} <static> unmuteSpeaker(succeeded, failed) |
{{!}}- | {{!}}- | ||
!{{!}}Description | !{{!}}Description | ||
Line 359: | Line 626: | ||
{{!}}- | {{!}}- | ||
!{{!}}Parameters | !{{!}}Parameters | ||
− | {{!}}{{!}} | + | {{!}}{{!}} |
+ | {{{!}} | ||
+ | {{!}}- | ||
+ | !{{!}}Name | ||
+ | !{{!}}Type | ||
+ | !{{!}}Argument | ||
+ | !{{!}}Description | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} succeeded | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation succeeds. | ||
+ | {{!}}- | ||
+ | {{!}}{{!}} failed | ||
+ | {{!}}{{!}}function | ||
+ | {{!}}{{!}} | ||
+ | |||
+ | {{!}}{{!}}A function called when the operation fails. | ||
+ | {{!}}} | ||
{{!}}} | {{!}}} | ||
Latest revision as of 13:44, February 22, 2023
Contents
Learn about the Voice namespace methods in the Service Client API.
Methods
The Voice namespace includes the following methods:
- answer
- dial
- dialEx
- hangUp
- hold
- resume
- pauseCallRecording
- resumeCallRecording
- startCallRecording
- stopCallRecording
- isMicrophoneMute
- muteMicrophone
- unmuteMicrophone
- isSpeakerMute
- muteSpeaker
- unmuteSpeaker
answer
Signature | <static> answer('interactionId', succeeded, failed) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Answers the incoming call. | ||||||||||||||||
Parameters |
|
dial
Signature | <static> dial(destination, userData, succeeded, failed) | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Calls the destination in the same way Workspace Web Edition calls the destination from Team Communicator. | ||||||||||||||||||||
Parameters |
|
dialEx
Signature | <static> dialEx(destination, userData, extensions, succeeded, failed) | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Calls the destination with the attached data and extensions. | ||||||||||||||||||||||||
Parameters |
|
hangUp
Signature | <static> hangUp('interactionId', succeeded, failed) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Releases the incoming call. | ||||||||||||||||
Parameters |
|
hold
Signature | <static> hold('interactionId', succeeded, failed) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Holds the incoming call. | ||||||||||||||||
Parameters |
|
resume
Signature | <static> resume('interactionId', succeeded, failed) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Resumes the held call. | ||||||||||||||||
Parameters |
|
pauseCallRecording
Signature | <static> pauseCallRecording('interactionId', succeeded, failed) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Pause the call recording. | ||||||||||||||||
Parameters |
|
resumeCallRecording
Signature | <static> resumeCallRecording('interactionId', succeeded, failed) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Resumes the call recording. | ||||||||||||||||
Parameters |
|
startCallRecording
Signature | <static> startCallRecording('interactionId', succeeded, failed) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Starts the call recording. | ||||||||||||||||
Parameters |
|
stopCallRecording
Signature | <static> stopCallRecording('interactionId', succeeded, failed) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Stops the call recording. | ||||||||||||||||
Parameters |
|
isMicrophoneMute
Signature | <static> isMicrophoneMute(succeeded, failed) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Get the mute state of the microphone of the SIP Endpoint. | ||||||||||||
Parameters |
|
muteMicrophone
Signature | <static> muteMicrophone(succeeded, failed) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Mute the microphone of the SIP Endpoint. | ||||||||||||
Parameters |
|
unmuteMicrophone
Signature | <static> unmuteMicrophone(succeeded, failed) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Unmute the microphone of the SIP Endpoint. | ||||||||||||
Parameters |
|
isSpeakerMute
Signature | <static> isSpeakerMute(succeeded, failed) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Get the mute state of the speaker of the SIP Endpoint. | ||||||||||||
Parameters |
|
muteSpeaker
Signature | <static> muteSpeaker(succeeded, failed) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Mute the speaker of the SIP Endpoint. | ||||||||||||
Parameters |
|
unmuteSpeaker
Signature | <static> unmuteSpeaker(succeeded, failed) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Unmute the speaker of the SIP Endpoint. | ||||||||||||
Parameters |
|
Comments or questions about this documentation? Contact us for support!