Creates a new clip composition file and uploads it to the server.
The Hiyve client instance
Options for creating the composition
The created file ID and file data
const { fileId, fileData } = await createCompositionFile(client, { name: 'Meeting Clips', ownerId: userId,}); Copy
const { fileId, fileData } = await createCompositionFile(client, { name: 'Meeting Clips', ownerId: userId,});
Creates a new clip composition file and uploads it to the server.