Skip to content

Commit e6e91f7

Browse files
authored
Merge pull request #12 from Akshay-akkay/main
Fix #883 in flutter_webrtc
2 parents 5ebaab9 + a485e48 commit e6e91f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/media_recorder.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ abstract class MediaRecorder {
1616
MediaStream stream, {
1717
Function(dynamic blob, bool isLastOne)? onDataChunk,
1818
String mimeType,
19+
int timeSlice = 1000,
1920
});
2021

2122
Future<dynamic> stop();

0 commit comments

Comments
 (0)