Skip to content

SendNotetaker component

The SendNotetaker component provides a user-facing option to send a Notetaker bot to a meeting by entering its URL. This is useful when users want to record a meeting that’s already in progress.

You need to set up a provider before you can use the SendNotetaker component.

PropertyTypeDescription
className?stringOne or more additional class names for the container element.
onError?(error: any) => voidA callback generated when an error occurs during the send operation.
onSend?(data: Notetaker, resetForm: () => ...)
=> void
A callback generated after a successful send operation.
showAdvancedSettings?booleanDisplay the Advanced Settings section.
showNameInput?booleanDisplay the name input field.