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

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/index.js CHANGED
@@ -527,7 +527,7 @@ var MIME_TYPE = {
527
527
  // 2 hours
528
528
 
529
529
  var getSupportedMimeType = function getSupportedMimeType() {
530
- return MIME_TYPE.mp4;
530
+ return MIME_TYPE.webmH264;
531
531
  };
532
532
 
533
533
  var formatTime = function formatTime(time) {