videoSizeChanged property
Occurs when the video size or rotation of a specified user changes.
Param rotation
The rotation information. The value range is [0,360).
Param height
The height (pixels) of the video stream.
Param width
The width (pixels) of the video stream.
Param uid
The ID of the user whose video size or rotation changes.
uid is 0 for the local user.
Implementation
VideoSizeCallback? videoSizeChanged;