Skip to content
Platform docs
Auth, users, webhooks & more
Info:
This is beta documentation for Stream Video React SDK v2. For the latest stable version, see the latest version (v1).

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().

Default UI of RecordingInProgressNotification component

General usage

The component is used by wrapping the component to which it will refer:

<RecordingInProgressNotification>
  <RecordCallButton />
</RecordingInProgressNotification>

Props

Name Type Default
text string | undefined 'Recording in progress...'

Text message displayed by the notification.

Customization

To learn more about the recording functionality, see our call-controls.