<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.
- I'm working with the Stream Video React SDK and would like to ask questions about this documentation page: https://getstream.io/video/docs/react/ui-components/utility/recording-in-progress-notification.md
- View as markdown
- Open in ChatGPT
- Open in Claude
On this page: