This is a demo app for using voice agents the OpenAI Agents SDK in a Zoom Video SDK session.
Use of this Sample App is subject to our Terms of Use.
This project uses the Zoom Video SDK with OpenAI Agents SDK.
- This is a Next.js typescript app. Install dependencies with
npm i. - Add environment variables:
cp .env.sample .envSet the ZOOM_SDK_KEY, ZOOM_SDK_SECRET, OPENAI_API_KEY as:
OPENAI_API_KEY=sk-proj-xxxx
ZOOM_SDK_KEY=sdkkey123
ZOOM_SDK_SECRET=secret123
- Start the server with
npm run dev - Open your browser to http://localhost:3000.
The app is based on the sample app provided by OpenAI.