VideoView
The VideoView
component renders a <video>
and <audio>
element within your application.
Properties
Property | Required | Type | Description |
---|---|---|---|
stream |
| The stream | |
muted |
| The mute state of the video element. Defaults to | |
mirror |
| When set to | |
style |
| Inline styles to be applied to the | |
onResize |
| Callback that is triggered when the video element is resized. Reports the video's |
VideoView
also accepts any other React.VideoHTMLAttributes
.
Usage
Last updated