VideoGalleryStream interface
Video stream of a participant in VideoGallery.
Properties
| id | ID of the video stream |
| is |
Whether the video stream is available or not |
| is |
Whether the video stream is mirrored or not |
| is |
Whether the video stream is receiving data or not |
| render |
Render element of the video stream |
| scaling |
Scaling mode of the video stream |
| stream |
Stream Size 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
scalingMode
streamSize
Stream Size of the video stream
streamSize?: { height: number, width: number }
Property Value
{ height: number, width: number }