Configuration options for the sub-aspect container
OptionaldeprecatedLegacyContext: anyRendered responsive sub-aspect container
OptionalpropUsed 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.
OptionalcontextOptionaldefaultUsed to define default values for the props accepted by the component.
OptionaldisplayUsed 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.subAspectComponentto provide a completely custom secondary container.Component
Example
Example
Example
Example