Fishjam Mobile SDK - v0.24.0
    Preparing search index...
    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