Hi,
I hope you guys know how -
I have an educational platform where the use logs in, and it's built with many games that appear by clicking on icons that open iframes (calling for the relevant url)
all good.
In there. on of the games allows the user to record his voice while trying to read.
works great.
What I want to do is to allow the user to get back to that specific game while still logged in - it means to save it locally on the computer - how can it be done while we are on an iframe?
the platform is build with node.js and angular 5
thank you