This is a quickstart for using the Zoom Video SDK for Svelte using SvelteKit
git clone https://github.com/zoom/videosdk-sveltekit-quickstart.git
.env
file in the root directorycd videosdk-sveltekit-quickstart
cp .env.example .env
Fill in the ZOOM_SDK_KEY
and ZOOM_SDK_SECRET
with your credentials.
npm install
bun run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Open a browser and visit http://localhost:5173/
.
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.