I want to integrate zoom in to my laravel 11 web application that should be runned like this:
Teacher creates meeting in our website, students can join it and meeting needs to be embeded to my website. After the meeting ends I need zoom to send me webhook with meeting recording url. I read about zooms api, also looked for laravel packages for easer API manipulation, but the ones I found are all out-dated. So most important for me is that app option should I pick then creating application in zoom and some source of information or examples would be great!
Thanks for any help!