Optional crop(Optional) Display area of the video frame, see Rectangle . width and height represent the video pixel width and height of the area. The default value is null (width or height is 0), which means that the actual resolution of the video frame is displayed.
Optional mediaThe ID of the media player. You can get the Device ID by calling getMediaPlayerId .
Optional mirrorThe mirror mode of the view. See VideoMirrorModeType .For the mirror mode of the local video view: If you use a front camera, the SDK enables the mirror mode by default; if you use a rear camera, the SDK disables the mirror mode by default.For the remote user: The mirror mode is disabled by default.
Optional renderThe rendering mode of the video. See RenderModeType .
Optional setupSetting mode of the view. See VideoViewSetupMode .
Optional sourceThe type of the video source. See VideoSourceType .
Optional uidThe user ID.
Optional viewVideo display window.
Generated using TypeDoc
Attributes of the video canvas object.