StreamMediaProps interface
Props for StreamMedia.
Properties
is |
Decides whether to mirror the video or not. |
loading |
Whether the stream is loading data |
styles | Allows users to pass in an object contains custom CSS styles. |
video |
Video stream element to render. |
Property Details
isMirrored
Decides whether to mirror the video or not.
isMirrored?: boolean
Property Value
boolean
loadingState
styles
Allows users to pass in an object contains custom CSS styles.
styles?: BaseCustomStyles
Property Value
videoStreamElement
Video stream element to render.
videoStreamElement: null | HTMLElement
Property Value
null | HTMLElement