Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

videosdk-live/videosdk-rtc-js-prebuilt-embedded-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video SDK No Code Prebuilt App.

THIS REPO is DEPRECATED. Please refer to https://github.com/videosdk-live/videosdk-rtc-prebuilt-examples

What is it?

This code sample demonstrates a one-to-one and group video call application built with Video SDK RTC Prebuilt SDK and Video SDK RTC JS SDK

  • Built for serverless video calling experience.
  • Scale it upto 5,000 participants with low code.
  • 10,000 minutes free on monthly basis.
  • Inbuilt video and audio quality optimization.
  • Inbuilt chat poll, whiteboard, Q and A support.

Features

  • Completely Low code and serverless.
  • Video API with real-time audio, video and data streams
  • 5,000+ participants support
  • Chat support with rich media.
  • Screen sharing with HD and Full HD.
  • Play realtime video in meeting
  • Connect it with social media such as Facebook, Youtube etc (RTMP out support).
  • Intelligent speaker switch
  • Record your meetings on cloud
  • Inbuilt support of whiteboard, poll and Q & A.
  • Customize UI as per your needs.

Browser Support

Visit our official guide for Browser Support

Prerequisites

  • Web browser

Getting started

  1. Clone the repo

    git clone https://github.com/videosdk-live/videosdk-rtc-js-prebuilt-embedded-example.git
    cd videosdk-rtc-js-prebuilt-embedded-example
  2. Update api key generated from app.videosdk.live in index.html.

    // ...
    
    // Set apikey, meetingId and participant name
    const apiKey = "<API KEY>"; // generated from app.videosdk.live
    const meetingId = "milkyway";
    const name = "John Doe";
    
    // ...
  3. Install live-server or any other http server if you don't already have one.

    npm install -g live-server
    live-server

Visit, https://www.videosdk.live/ to generate API key.

Related