NEW! This is the March 2022 release announcement. Here is a list of all new enhancements and product updates on videosdk.live

Important: If you are a couple of versions behind, upgrade your web & app VideoSDK latest version. We strongly recommend upgrading SDK versions incrementally if possible.
  • Prebuild SDK v0.3.1
  • Javascript: v0.0.28
  • ReactJS: v0.1.27
  • React Native: v0.0.25
  • Flutter: v0.0.11
  • Android: v0.0.14
  • iOS: v1.2.6

If you have questions while upgrading SDK versions, join the Discord Community. You can ask your questions on the #general channel. Or you can reach out to me on Twitter.

What's New

  • Meeting HLS (Beta)
  • Participants will now be able to start HLS for meetings. And can watch HLS using the .m3u8 file. This feature is released in JS and ReactJS SDK
  • Change layout in prebuilt meetings dynamically for all participants.
  • Redesigned Documentation Website
  • Provided Quickstart guide for all SDKs, which will help developers to integrate VideoSDK into their projects within minutes.
  • Precise API Reference for SDK and Rest API.
  • Rest API v2 released
  • New Regions are supported

Prebuilt SDK: v0.3.1

Livestreaming allows participants to broadcast meetings on various social media platforms such as Facebook, Youtube, Twitter, Twitch, and more.

const config = {
  // ...

  permissions: {
    //other permissions
    toggleLivestream: true,
  },
  livestream: {
    autoStart: true,
    enabled: true,
  },
  // ...

Change the layout of a meeting on your screen. For example, if a lot of people are sharing ideas, you might want to see as many participants as possible. The layout options you have depend on what's happening in your meeting.

const config = {
  // ...

  permissions: {
    //other permissions
    toggleLivestream: true,
  },
  livestream: {
    autoStart: true,
    enabled: true,
  },
  // ...
};

Javascript: v0.0.28

HLS Streaming: delivers live and on-demand content streams to global-scale audiences. Historically, HLS has favored stream reliability over latency. Low-Latency HLS extends the protocol to enable video streaming while maintaining scalability.

ReactJS: v0.1.22

HLS Streaming: delivers live and on-demand content streams to global-scale audiences. Historically, HLS has favored stream reliability over latency. Low-Latency HLS extends the protocol to enable video streaming while maintaining scalability.

Android v0.0.14

1.Change input/output devices

  1. Pause/Resume Participant Stream
  1. setQuality for participant stream
  1. External call detection event

Rest API /v2 released

  • Rooms APIs
  • Sessions APIs
  • Recordings APIs

New Regions are supported

  • eu001 Region Code for Frankfurt ??

Join our Discord Community

You can always connect with us in case of any query or help. We are happy to assist you.

Thanks for reading.