Does zoom video sdk with ui toolkit has auto recording and auto transcription feature?

Does the Zoom Video SDK with the UI Toolkit include an auto-recording feature under the Universal Credit Plan? Specifically, is there any dashboard setting, SDK configuration, function, or API that enables automatic recording?

Also, is the live transcription feature bundled with the Universal Credit Plan, or does it require a separate purchase? What will be the cost of license? And can live transcription be triggered automatically at the start of a meeting?

Hi @Erik5 Auto recording can be enabled by first setting recording: {enable: true} in the featureOptions object then enabling auto recording in your video sdk portal shown below:

Live Transcription is included in the Universal Credits as well. For the cost specifics, please contact our Sales team here

Thanks @Ticorrian.heard , can Live transcription also be enabled automatically on meeting start if ui toolkit is used?

@Erik5 For Live Transcription, there isn’t an automatic setting for Video SDK or UIToolkit from what I can see. You should be able to call createClient() to retrieve the Video SDK client and start LTT from there.