@videosdk.live/react-sdk
Advanced tools
Comparing version 0.1.89 to 0.1.90
@@ -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; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
487376
5435
+ Added@videosdk.live/js-sdk@0.0.86(transitive)
- Removed@videosdk.live/js-sdk@0.0.85(transitive)
Updated@videosdk.live/js-sdk@0.0.86