betajs/betajs-media

View on GitHub
src/webrtc/media_recorder.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function constructor has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            constructor: function(stream, options) {
                options = options || {};
                inherited.constructor.call(this);
                this._stream = stream;
                this._started = false;
Severity: Major
Found in src/webrtc/media_recorder.js - About 2 hrs to fix

    Avoid too many return statements within this function.
    Open

                return true;
    Severity: Major
    Found in src/webrtc/media_recorder.js - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status