react-native-whip-whep - v0.1.9
    Preparing search index...

    Variable WhipClientViewConst

    WhipClientView: ForwardRefExoticComponent<
        Omit<ReactNativeMobileWhepClientViewProps, "ref"> & RefAttributes<
            ComponentType<ReactNativeMobileWhepClientViewProps>,
        >,
    > = ...

    A component that renders a native view for WHIP player type.

    This component forwards a ref to the native view, allowing for direct manipulation of the component instance. It accepts style and other props defined in ReactNativeMobileWhepClientViewProps.

    The properties to customize the component.

    Ref to the component instance.

    The rendered component.