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

    Type Alias VideoRendererProps

    type VideoRendererProps = {
        skipRenderOutsideVisibleArea?: boolean;
        style?: StyleProp<ViewStyle>;
        trackId: TrackId;
        videoLayout?: VideoLayout;
    }
    Index

    Properties

    skipRenderOutsideVisibleArea?: boolean

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

    style?: StyleProp<ViewStyle>
    trackId: TrackId

    id of the video track which you want to render.

    videoLayout?: VideoLayout

    Video layout inside of the component

    FILL