maciejzasada / flashGetUserMedia

Provides WebRTC getUserMedia fallback via Flash plugin for browsers that do not support getUserMedia natively.
7 stars 2 forks source link

setBufferLength could not work #2

Open toxic-johann opened 7 years ago

toxic-johann commented 7 years ago

we try to use the createJavaScriptNode API but it has some problem. createJavaScriptNode: function (bufferLength, numInputs, numOutputs) {

        Utils.flash.setBufferLength(bufferLength);
        return new JavaScriptNode(bufferLength, numInputs, numOutputs);

    }

the Uitls.flash.serBufferLength can not be found how can i fix it.