Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@videosdk.live/react-sdk

Package Overview
Dependencies
Maintainers
2
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@videosdk.live/react-sdk - npm Package Compare versions

Comparing version 0.1.79 to 0.1.80

5

dist/types/index.d.ts

@@ -53,2 +53,4 @@ // Type definitions for @videosdk.live/react-sdk 0.1

* ---
* @param config.defaultCamera - [For Mobile Browser] It sets the initial camera orientation. Use 'front' to initialize the camera with the front-facing (selfie) mode, or 'back' to initialize it with the rear-facing (main) mode.
* ---
* @param token -

@@ -64,3 +66,3 @@ * - You can generate a token in two ways:

* - This is an OPTIONAL parameter. By default, it is set to false meaning, user has to manually call the join().
*
*
*/

@@ -90,2 +92,3 @@ export function MeetingProvider({

metaData?: object;
defaultCamera?: 'front' | 'back';
};

@@ -92,0 +95,0 @@ token: string;

4

package.json
{
"name": "@videosdk.live/react-sdk",
"version": "0.1.79",
"version": "0.1.80",
"license": "ISC",

@@ -76,5 +76,5 @@ "main": "dist/index.js",

"dependencies": {
"@videosdk.live/js-sdk": "0.0.75",
"@videosdk.live/js-sdk": "0.0.77",
"events": "^3.3.0"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc