Type Alias: VideoPreviewViewProps
VideoPreviewViewProps =
object
Defined in: packages/react-native-client/src/components/VideoPreviewView.tsx:8
Properties
cameraId?
optionalcameraId: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?
optionalstyle:StyleProp<ViewStyle>
Defined in: packages/react-native-client/src/components/VideoPreviewView.tsx:15
videoLayout?
optionalvideoLayout:VideoLayout
Defined in: packages/react-native-client/src/components/VideoPreviewView.tsx:13
Video layout inside of the component
Default
FILL