CreateVideoStreamViewResult interface

Object returned after creating a local or remote VideoStream. This contains helper functions to manipulate the render of the stream.

Properties

view

View handle of the rendered video stream

Property Details

view

View handle of the rendered video stream

view: { updateScalingMode: (scalingMode: ViewScalingMode) => Promise<void> }

Property Value

{ updateScalingMode: (scalingMode: ViewScalingMode) => Promise<void> }