@bigbinary/neeto-media-recorder 2.6.11 → 2.6.12-beta.1

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
@@ -849,7 +849,7 @@ var isStreamEnded = function isStreamEnded(mediaStream) {
849
849
  }, mediaStream.getTracks());
850
850
  };
851
851
  var getSupportedMimeType = function getSupportedMimeType() {
852
- return MIME_TYPE.webmH264;
852
+ return MIME_TYPE.mp4;
853
853
  };
854
854
 
855
855
  // TODO: Uncomment this when mp4 is stable