videoSizeChanged property

VideoSizeCallback? videoSizeChanged
getter/setter pair

Occurs when the video size or rotation of a specified user changes.

Param uid The ID of the user whose video size or rotation changes. uid is 0 for the local user.

Param width The width (pixels) of the video stream.

Param height The height (pixels) of the video stream.

Param rotation The rotation information. The value range is [0,360).

Implementation

VideoSizeCallback? videoSizeChanged;