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 -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -