Skip to main content

Type Alias: VideoRendererProps

VideoRendererProps = object

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

Properties

skipRenderOutsideVisibleArea?

optional skipRenderOutsideVisibleArea: boolean

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

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


style?

optional style: StyleProp<ViewStyle>

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


trackId

trackId: TrackId

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

id of the video track which you want to render.


videoLayout?

optional videoLayout: VideoLayout

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

Video layout inside of the component

Default

FILL