Skip to content

Commit 51ad29d

Browse files
committed
revert destructive changes.
1 parent be0094c commit 51ad29d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/src/media_recorder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ abstract class MediaRecorder {
2020
int timeSlice = 1000,
2121
});
2222

23-
Future<dynamic> stop({String? albumName});
23+
Future<dynamic> stop();
2424
}

lib/src/rtc_video_renderer.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ class RTCVideoValue {
4141
}
4242

4343
abstract class VideoRenderer {
44-
VideoRenderer();
45-
4644
/// When the video size changes, or the native texture
4745
/// changes (angle or size), notify the user to redraw the Widget.
4846
Function? onResize;
@@ -54,8 +52,6 @@ abstract class VideoRenderer {
5452

5553
int get videoHeight;
5654

57-
RTCVideoValue get videoValue => RTCVideoValue();
58-
5955
bool get muted;
6056
set muted(bool mute);
6157

0 commit comments

Comments
 (0)