We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3dcb2 commit 735bd62Copy full SHA for 735bd62
lib/src/media_stream.dart
@@ -55,7 +55,7 @@ abstract class MediaStream {
55
}
56
57
/// Clones the given [MediaStream] and all its tracks.
58
- MediaStream clone();
+ Future<MediaStream> clone();
59
60
Future<void> dispose() async {
61
return Future.value();
0 commit comments