All Projects → zoom → sample-app-videosdk

zoom / sample-app-videosdk

Licence: other
Zoom Video SDK web sample

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to sample-app-videosdk

Hyperloop Examples
Native Hyperloop examples in Titanium.
Stars: ✭ 79 (+33.9%)
Mutual labels:  sample-app
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (+133.9%)
Mutual labels:  sample-app
Play Java Starter Example
Play starter project in Java (ideal for new users!)
Stars: ✭ 164 (+177.97%)
Mutual labels:  sample-app
Learn Jetpack Compose By Example
🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way
Stars: ✭ 1,319 (+2135.59%)
Mutual labels:  sample-app
Django Crud Ajax Login Register Fileupload
Django Crud, Django Crud Application, Django ajax CRUD,Django Boilerplate application, Django Register, Django Login,Django fileupload, CRUD, Bootstrap, AJAX, sample App
Stars: ✭ 118 (+100%)
Mutual labels:  sample-app
Angular9 Example App
Angular 13 Example App + Angular CLI + i18n + GraphQL
Stars: ✭ 1,769 (+2898.31%)
Mutual labels:  sample-app
Cordova Plugin Camera Preview Sample App
cordova-plugin-camera-preview Sample App
Stars: ✭ 76 (+28.81%)
Mutual labels:  sample-app
Nobullshit
A sample project entirely written in Kotlin. Backend/Frontend with Ktor and Android app.
Stars: ✭ 221 (+274.58%)
Mutual labels:  sample-app
Kitchensink
Titanium Mobile Kitchen Sink Demo
Stars: ✭ 1,569 (+2559.32%)
Mutual labels:  sample-app
Play Scala Isolated Slick Example
Example Play Slick Project
Stars: ✭ 155 (+162.71%)
Mutual labels:  sample-app
React Todo App
React Todo App
Stars: ✭ 97 (+64.41%)
Mutual labels:  sample-app
Contacts
A flutter project with Implementation of a Contacts app in 4 ways (API, Custom, Preferences and Sqflite).
Stars: ✭ 100 (+69.49%)
Mutual labels:  sample-app
Codestrong
CODESTRONG mobile companion
Stars: ✭ 146 (+147.46%)
Mutual labels:  sample-app
Play Java Websocket Example
Example Play Java application showing Websocket usage with Akka actors
Stars: ✭ 86 (+45.76%)
Mutual labels:  sample-app
Play Scala Websocket Example
Example Play Scala application showing WebSocket use with Akka actors
Stars: ✭ 194 (+228.81%)
Mutual labels:  sample-app
Web Getting Started Samples
Getting started guides and sample code for the Adobe Creative SDK for Web
Stars: ✭ 77 (+30.51%)
Mutual labels:  sample-app
Android Mvp Basic Sample
Android MVP Basic Sample
Stars: ✭ 140 (+137.29%)
Mutual labels:  sample-app
Play Scala Starter Example
Play Scala Starter Template (ideal for new users!)
Stars: ✭ 238 (+303.39%)
Mutual labels:  sample-app
Poi On Android
A sample project that shows how Apache POI can be used in an Android application
Stars: ✭ 206 (+249.15%)
Mutual labels:  sample-app
Flutter client php backend
Sample app demonstrating usage of Flutter Framework to Create Android & IOS App Using Rest API Created In PHP
Stars: ✭ 148 (+150.85%)
Mutual labels:  sample-app

Zoom Video SDK web sample

Use of this sample app is subject to our Terms of Use.

The Zoom Video SDK for web enables you to build custom video experiences on a webpage with Zoom's core technology through a highly optimized WebAssembly module.

Zoom Video SDK

Installation

To get started, clone the repo:

$ git clone https://github.com/zoom/sample-app-videosdk.git

Setup

  1. Once cloned, navigate to the sample-app-videosdk/react-demo directory for the React sample or sample-app-videosdk/purejs-demo for the Vanilla JavaScript sample:

    $ cd sample-app-videosdk/react-demo or $ cd sample-app-videosdk/purejs-demo

    Primary differences are that the former is built in React and is a much more comprehensive overview of the Video SDK, while the latter showcases a very simple use-case for those uncomfortable with React

  2. Then install the dependencies:

    $ npm install

  3. Open the directory in your code editor.

  4. Open the react-demo/src/config/dev.ts or purejs-demo/src/js/config.js file respectively, and enter required session values for the variables:

    Key Value Description
    sdkKey Your Video SDK Key. Required.
    sdkSecret Your Video SDK Secret. Required.
    topic Required, a session name of your choice or the name of the session you are joining.
    name Required, a name for the participant.
    password Required, a session passcode of your choice or the passcode of the session you are joining.

    Example:

    {
      sdkKey: 'YOUR_VIDEO_SDK_KEY',
      sdkSecret: 'YOUR_VIDEO_SDK_SECRET',
      topic: 'Cool Cars',
      name: 'user123',
      password: 'abc123'
    }

    Reminder to not publish this sample app as is. Replace the Meeting SDK JWT generator with a backend Meeting SDK JWT generator to keep your SDK Secret safe.

  5. Save config.js or dev.ts respectively.

  6. Run the app:

    $ npm start

Usage

  1. Navigate to http://localhost:3000. For the purejs-demo click "Join" or for the react-demo click one of the feature boxes.

Learn more about rendering multiple video streams.

For the full list of features and event listeners, as well as additional guides, see our Video 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].