MediaRecorder constructor

MediaRecorder(
  1. MediaStream stream, [
  2. MediaRecorderOptions? options
])

Implementation

factory MediaRecorder(
  _i3.MediaStream stream, [
  _i3.MediaRecorderOptions? options,
]) =>
    _i4.callConstructor(
      _declaredMediaRecorder,
      [
        stream,
        options ?? _i6.undefined,
      ],
    );