0.0.85 • Published 4 days ago

@videosdk.live/js-sdk v0.0.85

Weekly downloads
-
License
-
Repository
-
Last release
4 days ago

Features

  • 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
  • Customise UI and built other rich features with our new data streams such as whiteboard, poll, Q & A etc.

Browser Support

Visit our official guide for Browser Support

Demo App

Check out demo here

Setup

With javascript SDK, you can

  • Customise call layout and interface
  • Manage all the events related to meetings and partcipants
  • Call routines on particular event.

To use javascript-sdk, you have two choices to make either use npm module or <script> tag in your bundler or direct in HTML.

Loading the library using <script> tag

You can import this library using <script> tag. The easiest way to get started is to load this library from CDN, and add a couple of lines of code to your web page or app.

<html>
  <head>....</head>
  <body>
    .....
    <script src="https://sdk.videosdk.live/js-sdk/0.0.84/videosdk.js"></script>
  </body>
</html>

Install JS SDK in your app / Bundling with webpack and other tools

Another interesting option is to install library in your app and bundle it using webpack or rollup.

From npm package:

npm install @videosdk.live/js-sdk

From yarn package:

yarn add @videosdk.live/js-sdk

Then in your application code:

const VideoSDK = require("@videosdk.live/js");
VideoSDK.initMeeting({...})

Or

import VideoSDK from "@videosdk.live/js";
VideoSDK.initMeeting({...})

Documentation

Check the components and their usage in our documentation.

Quick Start

Check the Quick Start guide to our documentation.

Try it out

Run the Code sample to see it in action.

0.0.85

4 days ago

0.0.84

6 days ago

0.0.83

21 days ago

0.0.82

1 month ago

0.0.81

3 months ago

0.0.80

3 months ago

0.0.79

4 months ago

0.0.78

4 months ago

0.0.77

5 months ago

0.0.76

5 months ago

0.0.73

7 months ago

0.0.74

6 months ago

0.0.75

5 months ago

0.0.70

10 months ago

0.0.71

10 months ago

0.0.72

7 months ago

0.0.69

10 months ago

0.0.68

11 months ago

0.0.62

1 year ago

0.0.63

1 year ago

0.0.64

1 year ago

0.0.65

1 year ago

0.0.66

1 year ago

0.0.67

12 months ago

0.0.60

1 year ago

0.0.61

1 year ago

0.0.59

1 year ago

0.0.51

1 year ago

0.0.52

1 year ago

0.0.53

1 year ago

0.0.54

1 year ago

0.0.55

1 year ago

0.0.56

1 year ago

0.0.57

1 year ago

0.0.58

1 year ago

0.0.42

2 years ago

0.0.43

2 years ago

0.0.44

2 years ago

0.0.45

2 years ago

0.0.46

2 years ago

0.0.47

2 years ago

0.0.50

2 years ago

0.0.48

2 years ago

0.0.49

2 years ago

0.0.40

2 years ago

0.0.41

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.36

2 years ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.32

2 years ago

0.0.33

2 years ago

0.0.29

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.28

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.14

3 years ago

0.1.0

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago