Skip to main content

Type Alias: VideoPreviewViewProps

VideoPreviewViewProps = object

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

Properties

cameraId?

optional cameraId: CameraId

Defined in: packages/react-native-client/src/components/VideoPreviewView.tsx:20

Id of the camera used for preview. Get available cameras with cameras property.

Default

the first front camera


style?

optional style: StyleProp<ViewStyle>

Defined in: packages/react-native-client/src/components/VideoPreviewView.tsx:15


videoLayout?

optional videoLayout: VideoLayout

Defined in: packages/react-native-client/src/components/VideoPreviewView.tsx:13

Video layout inside of the component

Default

FILL