Le 09/08/2013 11:03, jose llopis a écrit : > i am making a workaround on getusermedia for a audio recorder app using: > > navigator.getUserMedia = navigator.getUserMedia || > navigator.webkitGetUserMedia || navigator.mozGetUserMedia || > navigator.msGetUserMedia; > > > but i always got this message: > > > 'navigator.getUserMedia not present' > > does it getUserMedia implemented on ffos?
Yes, it will be part of v1.2, you can already test it with the master branch. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
