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.89 to 0.1.90

16

dist/types/index.d.ts

@@ -1036,8 +1036,20 @@ // Type definitions for @videosdk.live/react-sdk 0.1

}): {
/**
* @description This method is used to start the meeting transcription
* @param config.webhookUrl? Webhook URL which will be called by VideoSDK when the transcription state gets changed
* @param config.modelConfig? modelConfig if any, which will be used while doing transcription
* @param config.summary.enabled Enables or disables summary generation from realtime transcriptions.
* @param config.summary.prompt Guides summary generation (optional).
*/
startTranscription: ({
webhookUrl,
modelConfig
modelConfig,
summary
}: {
webhookUrl?: string;
modelConfig?: {};
modelConfig?: object;
summary?: {
enabled: boolean;
prompt?: string;
};
}) => void;

@@ -1044,0 +1056,0 @@ stopTranscription: () => void;

4

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

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

"dependencies": {
"@videosdk.live/js-sdk": "0.0.85",
"@videosdk.live/js-sdk": "0.0.86",
"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