<RecordingInProgressNotification> <RecordCallButton /> </RecordingInProgressNotification>Recording in progress notification
The RecordingInProgressNotification component is based on Notification component that is a simple popover. The SDK attaches the component to RecordCallButton. The popover rendering is controlled by detecting if there is a recording in progress, useToggleCallRecording().

General usage
The component is used by wrapping the component to which it will refer:
Props
| Name | Type | Default |
|---|---|---|
text | string | undefined | 'Recording in progress...' |
Text message displayed by the notification.
Customization
To learn more about the recording functionality, have a look at our call-controls.