Hi there! I wish to save user photo taken with camera using userMedia as an avatar in order to load later on in the game. I tried with the C3 user media example and it works fine, but the only option is to Invoke download with Browser object.
I tried to save the generated url (userMedia.SnapshotURL) in localStorage, but can´t access it after the current session.
Is there any way to access the downloads location from C3? or any other solution to accomplish this?
thank you guys!