meetingsdk-web-sample
                                
                                 meetingsdk-web-sample copied to clipboard
                                
                                    meetingsdk-web-sample copied to clipboard
                            
                            
                            
                        Zoom Meeting SDK web sample
Zoom Meeting SDK Sample App - Web
Use of this sample app is subject to our Terms of Use.
The Zoom Meeting SDK embeds the Zoom Meeting and Webinar experience in a website through a highly optimized WebAssembly module.

Installation
To get started, clone the repo:
$ git clone https://github.com/zoom/sample-app-web.git
Setup
- 
Once cloned, navigate to the sample-app-web/CDNdirectory for the Client View CDN sample, orsample-app-web/Localfor the Client View NPM sample, orsample-app-web/Componentsfor the Component View NPM sample:$ cd sample-app-web/CDNor$ cd sample-app-web/Localor$ cd sample-app-web/Components
- 
Then install the dependencies: $ npm install
- 
Open the directory in your code editor. 
- 
Open the sample-app-web/CDN/js/index.jsorsample-app-web/Local/js/index.jsorsample-app-web/Components/tools/nav.jsfile respectively, and enter required values for the variables:Key Value Description SDK_KEYYour SDK Key. Required. SDK_SECRETYour SDK Secret. Required. Example: var SDK_KEY = "YOUR_SDK_KEY" var SDK_SECRET = "YOUR_SDK_SECRET"Reminder to not publish this sample app as is. Replace the frontend signature generator with a backend signature generator to keep your SDK Secret safe. 
- 
Save index.jsornav.jsrespectively.
- 
Run the app: $ npm start
Usage
- 
Navigate to http://localhost:9999 for the CDNorLocalsample, or http://localhost:3000 for theComponentssample. Then, enter in a Meeting or Webinar number and passcode, choose host or attendee (participant), and, click "join".Client View The Client View provides the option to display the Meeting SDK as a full page. This allows for a familiar Zoom Meeting experience because the Client View is the same as the Zoom Web Client, except it lives inside your own web page. Component View The Component View provides the option to display the Meeting SDK in components on your page. This allows for a more flexible design. 
Learn more about Gallery View requirements and see more product screenshots.
For the full list of features and event listeners, as well as additional guides, see our Meeting SDK docs.
Need help?
If you're looking for help, try Developer Support or our Developer Forum. Priority support is also available with Premier Developer Support plans.