captureVideo: function()

in src/browser/CaptureProxy.js [150:154]


    captureVideo: function (successCallback, errorCallback) {
        if (errorCallback) {
            errorCallback(new CaptureError(CaptureError.CAPTURE_NOT_SUPPORTED));
        }
    },