Alternative name for Zoom Video Player to avoid name conflict with existing web component.
Optional
Enforces multiple videos if true (up to 3 videos of others and 1 video of self) on platform without SharedArrayBuffer.
If false, limits the view to one video.
This may result in high CPU and memory usage.
To increase the limit to up to 25 videos, set disableRenderLimits
to true
:
enforceMultipleVideos({ disableRenderLimits: true })
Note that the video quality may be poor and unreliable.
See browser support for details.
Optional Enforces virtual background on browser without SharedArrayBuffer. This may result in high CPU and memory usage. Use CanvasElement to render the self video. See browser support for details.
Quickly leave the session when refreshing or closing the page, instead of experiencing session failover. Caveat for two scenarios:
Optional
Automatically apply the latest media dependency fixes. Default is false
, but as a best practice, we recommend that you set it to true
.
Optional Do not load dependent assets. Used to address specific edge-cases. Do not use for almost all use-cases.
Prevents devices from dimming or locking the screen when in a session.
Optional Specifies the web endpoint. The default is zoom.us.
Initializes options of the
init
method.