...
A backend API handles requests to decrypt the file.
The API decrypts the file using the same hardcoded key and provides:
The decrypted WAV file.
File metadata (e.g., recording duration, agent/customer IDs, timestamp).
Decrypted Encrypted files are only accessible via the VRS front end, ensuring controlled playback.
...