Configuration options for the RecordingModal component
Optional
deprecatedLegacyContext: anyRendered recording modal with configuration panels
Optional
propUsed to declare the types of the props accepted by the component. These types will be checked during rendering and in development only.
We recommend using TypeScript instead of checking prop types at runtime.
Optional
contextOptional
defaultUsed to define default values for the props accepted by the component.
Optional
displayUsed in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.
RecordingModal - Comprehensive recording settings with standard and advanced options
RecordingModal is a feature-rich React Native modal for configuring and managing session recordings. It provides both standard (quick start) and advanced (detailed) panels for customizing video layout, background, text overlays, media options, and more.
Key Features:
UI Customization: This component can be replaced via
uiOverrides.recordingModalComponent
to provide a completely custom recording modal implementation.Component
Example
Example
Example