Dual-Channel Recording
Dual-channel recording allows you to capture your call with two separate audio channels in a stereo recording: one for the customer (contact) and another for the agent.
This method provides various benefits compared to single-channel (mono) recordings: by isolating each party's audio, it becomes simpler to analyze the tone of voice and sentiment, perform quality assurance reviews, etc.
- How to manually download dual-channel recordings?
- How to get a recording of a single channel?
- How to automate downloading dual-channel recordings?
How to manually download dual-channel recordings?
- Go to Reports → Call Log.
- Open the browser console by pressing F12 and go to the Network tab.
- Use the Call Log filters to locate the recording(s) you need.
- In the Network tab, switch to the Preview tab and look for the
requestlog
records: there will be 2 of them, you need the one includesPageInfo
. - Locate the call you need under
items
and expand the details undercallInfo
. - Copy the
recordingID
by right-clicking it and selecting Copy value. - Paste the copied URL in your browser and add
?mode=stereo
at the end. The final link will look something like:
https://console.mightycall.com/Panel/Files/CrmIntegrationMedia/-MIF8Ou9_tZL8uEmy1XlL2EYIMQ1SOV--yM0due4QbQpLRU-OohFvqa9XxfJF0uZbailR25zQvScEo60UnICJWV6PP59hEvimvMAPQS2ZRSYLvSGuhe52LnL3OffEZRY/1gb7bl79BwyuCXpA_hU4PAc-7xGYy2kdA9-_wcNiivyjDHWzii_lI_5adUdmn8TW3OJPIhmVUx9nYdSWLTkIOeH1iZ5qfiXGcGDuW7NDPqYy4GO_p1Ms4aEylAFsFO8X/mlqsjFTNEF_hsRUpMUAcEA==IrmNcGXj4NCYIJiHaXIFQA==bzDXdLgmp-pSpYYRjYPAjA==?mode=stereo
- Visit the link: you should download a file with the dual-channel recording as a result.
By using the link as is, without adding ?mode=stereo
at the end, you will receive a single-channel recording of a call, where both parties' audios are saved in mono.
How to get a recording of a single channel?
The downloaded file contains the recording of 2 parties, each in a separate channel. To capture the audio from one of the two channels and save it as a separate file, do the following:
- Download and install any audio editor software (for example, Audacity, which is freeware).
- Open the downloaded stereo file there, it will look like this:
- Use the option Split Stereo to Mono.
- Your audio file will be split into 2 mono channels. Delete the one you don't need, and save the other one in the format of your choice.
How to automate downloading dual-channel recordings?
There are different options available:
-
Via Zapier.
-
Via a script on your server.
-
Via a webhook (as an option):
- Either periodically list all requests by a set filter and download the recordings,
- Or send a webhook with a completed event for each request.
You can use the following method for authentication.
You can set up downloading recording daily/weekly/monthly based on the set timestamp. For additional information and detailed instructions, please contact our support team.