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

@videosdk.live/js-sdk

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.85 to 0.0.86

18

meeting.d.ts

@@ -152,4 +152,18 @@ export class Meeting {

* @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(config: object): void;
startTranscription({
webhookUrl,
modelConfig,
summary,
}: {
webhookUrl?: string;
modelConfig?: object;
summary?: {
enabled: boolean;
prompt?: string;
};
}): void;

@@ -195,3 +209,3 @@ /**

enabled: boolean;
summary: { enabled: boolean; prompt: string | undefined };
summary?: { enabled: boolean; prompt?: string };
}

@@ -198,0 +212,0 @@ ): void;

2

package.json
{
"name": "@videosdk.live/js-sdk",
"version": "0.0.85",
"version": "0.0.86",
"keywords": [

@@ -5,0 +5,0 @@ "prebuilt",

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

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