ZoomView is a React Native component for rendering a Zoom video view.
ZoomView
This component will render a video feed for a specified user in a Zoom video session.
<ZoomView userId={user.userId} sharing={sharing} preview={preview} hasMultiCamera={hasMultiCamera} multiCameraIndex={multiCameraIndex} fullScreen={fullScreen} videoAspect={aspect} videoResolution={resolution} isPiPView={isPiPView}/> Copy
<ZoomView userId={user.userId} sharing={sharing} preview={preview} hasMultiCamera={hasMultiCamera} multiCameraIndex={multiCameraIndex} fullScreen={fullScreen} videoAspect={aspect} videoResolution={resolution} isPiPView={isPiPView}/>
The properties to customize the Zoom video view.
A native Zoom video view component, or null if conditions are not met.
null
ZoomView
is a React Native component for rendering a Zoom video view.This component will render a video feed for a specified user in a Zoom video session.
Component
Example