React Native Zoom Video SDK Needs More Documentation

The React Native variant of the Video SDK needs a maintained API reference for items such as ZoomView.

Thanks for the feedback, we’ll add ZoomView to the API reference.

Here are the props it accepts at the moment:

ZoomViewProps = {
    userId: string | null;
    sharing?: boolean;
    preview?: boolean;
    fullScreen?: boolean;
    videoAspect?: VideoAspect;
    videoResolution?: VideoResolution;
    hasMultiCamera?: boolean;
    multiCameraIndex?: string | null;
    isPiPView?: boolean;
} & ViewProps;

Updated the reference here: ZoomView | @zoom/react-native-videosdk
Thanks!