Creates a new whiteboard file and shares it with specified users.
The Hiyve client instance
Options for creating the whiteboard
User IDs to share the whiteboard with
The created file ID and file data
const { fileId } = await createAndShareWhiteboardFile( client, { name: 'Team Whiteboard', ownerId: userId }, ['user1', 'user2', 'user3']); Copy
const { fileId } = await createAndShareWhiteboardFile( client, { name: 'Team Whiteboard', ownerId: userId }, ['user1', 'user2', 'user3']);
Creates a new whiteboard file and shares it with specified users.