Skip to content

Latest commit

 

History

History

video-conference

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sample for Video Conference (Vanilla/JavaScript)

SuperViz SDK

This project hosts samples for SuperViz SDK. To find out more about the SDK itself, please visit the documentation.

The SDK documentation has extensive sections about getting started, setting up the SDK, as well as the process of acquiring the required developer key.

Build and run the samples

You can run this sample with npm:

npm install
npm start

or with Yarn:

yarn install
yarn start

Just make sure that you have the required developer keys in the .env file. For that copy the .env.example file to .env and fill in the values.

You will need Developer Key keys to run the samples on your machines, you therefore should follow the instructions on these pages before continuing.