Hiyve Components - v1.0.0
    Preparing search index...

    Function CreateCompositionDialog

    • 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.

      Parameters

      Returns ReactElement

      <CreateCompositionDialog
      open={showDialog}
      onClose={() => setShowDialog(false)}
      onCreate={(fileId, fileName, fileData) => {
      openExisting(fileData, fileId);
      setShowDialog(false);
      }}
      defaultName="Meeting Clips"
      />