VideoGalleryStream interface

Video stream of a participant in VideoGallery.

Properties

id

ID of the video stream

isAvailable

Whether the video stream is available or not

isMirrored

Whether the video stream is mirrored or not

isReceiving

Whether the video stream is receiving data or not

renderElement

Render element of the video stream

Property Details

id

ID of the video stream

id?: number

Property Value

number

isAvailable

Whether the video stream is available or not

isAvailable?: boolean

Property Value

boolean

isMirrored

Whether the video stream is mirrored or not

isMirrored?: boolean

Property Value

boolean

isReceiving

Whether the video stream is receiving data or not

isReceiving?: boolean

Property Value

boolean

renderElement

Render element of the video stream

renderElement?: HTMLElement

Property Value

HTMLElement