OptionalclassName?: stringAdditional CSS classes applied to the container.
OptionalclassNameVideo?: stringAdditional CSS classes applied to the <video> element.
OptionalcontainerStyle?: CSSPropertiesCustom inline styles applied to the container element.
Unique ID of the participant whose stream is rendered.
Optionaltype?: "video" | "share"Type of stream to render ("video" or "share"). Defaults to "video".
OptionalvideoRef?: Ref<HTMLVideoElement>Optional ref to access the underlying <video> element.
OptionalvideoStyle?: CSSPropertiesCustom inline styles applied to the <video> element.
A JSX element that renders the requested media stream.
VideoPlayeris a component responsible for rendering a participant’s video or screen-share stream.