Skip to content

Commit 845fc68

Browse files
authored
feat: expose rtc video value (#30)
It looks like the video track is sometimes rotated internally. Without access to rotation or the computed aspectRatio, it's difficult to know the actual size of the video
1 parent 767eb08 commit 845fc68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/rtc_video_renderer.dart

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ abstract class VideoRenderer {
5454

5555
int get videoHeight;
5656

57+
RTCVideoValue get videoValue;
58+
5759
bool get muted;
5860
set muted(bool mute);
5961

0 commit comments

Comments
 (0)