CreateCompositionDialog component
Displays a dialog to create a new clip composition with a custom name. Uses the client API to upload the composition file before opening the editor.
<CreateCompositionDialog open={showDialog} onClose={() => setShowDialog(false)} onCreate={(fileId, fileName, fileData) => { openExisting(fileData, fileId); setShowDialog(false); }} defaultName="Meeting Clips"/> Copy
<CreateCompositionDialog open={showDialog} onClose={() => setShowDialog(false)} onCreate={(fileId, fileName, fileData) => { openExisting(fileData, fileId); setShowDialog(false); }} defaultName="Meeting Clips"/>
CreateCompositionDialog component
Displays a dialog to create a new clip composition with a custom name. Uses the client API to upload the composition file before opening the editor.