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:
@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.