StreamMediaProps interface

Props for StreamMedia.

Properties

isMirrored

Decides whether to mirror the video or not.

loadingState

Whether the stream is loading data

styles

Allows users to pass in an object contains custom CSS styles.

videoStreamElement

Video stream element to render.

Property Details

isMirrored

Decides whether to mirror the video or not.

isMirrored?: boolean

Property Value

boolean

loadingState

Whether the stream is loading data

loadingState?: LoadingState

Property Value

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