Skip to main content

Type Alias: VideoRendererProps

VideoRendererProps: object

Defined in: packages/react-native-client/src/components/VideoRendererView.tsx:8

Type declaration

skipRenderOutsideVisibleArea?

optional skipRenderOutsideVisibleArea: boolean

Whether the video should be rendered if it's off screen or hidden.

style?

optional style: StyleProp<ViewStyle>

trackId

trackId: TrackId

id of the video track which you want to render.

videoLayout?

optional videoLayout: VideoLayout

Video layout inside of the component

Default

FILL