We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1c93e commit 159fa75Copy full SHA for 159fa75
lib/src/rtc_video_renderer.dart
@@ -43,6 +43,8 @@ class RTCVideoValue {
43
abstract class VideoRenderer {
44
VideoRenderer();
45
46
+ /// When the video size changes, or the native texture
47
+ /// changes (angle or size), notify the user to redraw the Widget.
48
Function? onResize;
49
50
int get videoWidth;
0 commit comments