videoSizeChanged property

(dynamic Function(int, int, int, int)?) videoSizeChanged
final

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

Implementation

final Function(int, int, int, int)? videoSizeChanged;