This is integration Laravel Vue.js + Zoom Web SDK
Attende can join meeting via web without download zoom application into desktop.
As we know that zoom now does not provide an iframe feature, we must use websdk.
Let's see how it's running in Laravel Vue.js.
By the way, i use Laravel 5.5
How to use?
1. Clone or download this project.
2. Create jwt at marketplace.zoom.us to get API_KEY and API_SECRET, click to know how to get API_KEY and API_SECRET.
3. Put API_KEY and API_SECRET into resources/asset/js/components/ZoomFrame.vue.
4. Run composer install to your project (you must install composer first)
5. Run npm install to your project (you must install node.js first)
6. Run npm run watch.
7. Run php artisan serve.
8. Now open url localhost:8000 in your browser, put username, ID meeting and password then click join meeting button.
taraaaaa
# Good Luck!