@fishjam-cloud/react-native-client - v0.19.0
    Preparing search index...

    Type Alias VideoPreviewViewProps

    type VideoPreviewViewProps = {
        cameraId?: CameraId;
        style?: StyleProp<ViewStyle>;
        videoLayout?: VideoLayout;
    }
    Index

    Properties

    cameraId?: CameraId

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

    the first front camera

    style?: StyleProp<ViewStyle>
    videoLayout?: VideoLayout

    Video layout inside of the component

    FILL