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

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -