@bigbinary/neeto-media-recorder 2.7.16 → 2.7.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/core.js CHANGED
@@ -2025,6 +2025,10 @@ var ScreenRecorder = /*#__PURE__*/function () {
2025
2025
  return finalStream.addTrack(track);
2026
2026
  });
2027
2027
  }
2028
+ } else if (_classPrivateFieldGet(_this, _recordSystemAudio)) {
2029
+ stream.getAudioTracks().forEach(function (track) {
2030
+ return finalStream.addTrack(track);
2031
+ });
2028
2032
  }
2029
2033
  stream.getVideoTracks().forEach(function (track) {
2030
2034
  return finalStream.addTrack(track);