Skip to main content
Skip table of contents

Imagicle Call Recording gadget for Agent Desktop

Imagicle Call Recording provides the direct access to recorded conversations from Cisco Agent Desktop web client. Relevant gadget’s custom tab can be added from Webex Control Hub through an administrator access.

Once logged in, please select Contact Center from left menu panel:

image-20250523-154846.png

From main Contact Center page, select Desktop Layouts to display currently available layouts:

image-20250523-155234.png

You can create a new Desktop Layout by clicking on relevant top-right button:

image-20250523-160648.png

Add a name and description of your choice. Also add all the Teams who should leverage the customized layout.

Then download the Default Desktop Layout json file by clicking on relevant button.

Please edit file with Notepad++ and add the following lines after navigation": [ statements:

JSON
{
    "nav": {
       "label": "Imagicle Recorder",
       "icon": "https://<UCX_Suite_FQDN>:443/gadgets/callrecording/callrecording.png",
       "iconType": "other",
       "navigateTo": "iframe-widget",
       "align": "top"
     },
     "page": {
       "id": "iframe-widget",
       "widgets": {
         "left": {
           "comp": "agentx-wc-iframe",
            "attributes": {
            "src": "https://<UCX_Suite_FQDN>:443/gadgets/callrecording?AppMode=MSTEAMS"
            }
         }
       },
       "layout": {
          "areas": [["left"]],
          "size": {
            "cols": [1],
            "rows": [1]
          }
        }
     }
},

Please replace <UCX_Suite_FQDN> with proper UCX Cloud Suite customer’s FQDN, like acme-public.imagicle.cloud.

There are three occurrences of “navigation:” statement, so you need to paste above lines for three times.

Save file and upload it into the Desktop Layout by drag’n’drop or by clicking on “Replace file”.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.