Recording options that can be configured before starting a recording.
Remarks
These options control what features are enabled during and after recording.
All options are optional and have sensible defaults.
Example
constoptions: RecordingOptions = { autoCompose:true, // Automatically combine into single video transcribe:true, // Enable live transcription postMeetingSummary:true, // Generate AI summary after meeting };
Recording options that can be configured before starting a recording.
Remarks
These options control what features are enabled during and after recording. All options are optional and have sensible defaults.
Example