Add Session ID to Recordings Table
Each recording made is unique, but the only thing that's making it unique is the name we give the file. There's no mention of this ID anywhere in the database, to be able to do more creative things, we need to store this Session ID with the record in the database.
This will allow us it name the recording however the clients want, and we can finally create a better frontend for displaying the recording
Edited by Jose V. Trigueros