Skip to content

Commit

Permalink
feat: expose rtc video value (#30)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
holzgeist authored Jan 29, 2025
1 parent 767eb08 commit 845fc68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/rtc_video_renderer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ abstract class VideoRenderer {

int get videoHeight;

RTCVideoValue get videoValue;

bool get muted;
set muted(bool mute);

Expand Down

0 comments on commit 845fc68

Please sign in to comment.