Configuration options for the sub-aspect container
Optional
deprecatedLegacyContext: anyRendered responsive sub-aspect container
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.
SubAspectComponent - Secondary responsive container for auxiliary content
SubAspectComponent is a React Native component that provides a responsive sub-container typically used for secondary content areas (e.g., chat panels, participant lists, control bars). It calculates dimensions based on window size and control visibility, automatically adjusting on resize/rotation.
Key Features:
UI Customization: This component can be replaced via
uiOverrides.subAspectComponent
to provide a completely custom secondary container.Component
Example
Example
Example
Example