javascript - getUserMedia does not fire first time -
i have simple getusermedia function in javascript. reason, on mobile devices only, not fire first time. have close app reopen work. see why? in advance!
getusermedia( { "audio": { "mandatory": { "googechocancellation": "false", "googautogaincontrol": "false", "goognoisesuppression": "false", "googhighpassfilter": "false" }, "optional": [] }, }, myfunc);
i using intel xdk cordova app build this, if relevant.
Comments
Post a Comment