Re: Future and getUserMedia

On Thu, Jun 6, 2013 at 3:44 AM, Rich Tibbett <richt@opera.com> wrote:
> pGUM({video: true, audio: true}).then(function(stream, err) { /*...*/ });

pGUM({video: true, audio: true}).then(function(stream) { ... },
function(err) { ... });

is what you meant I think.


--
http://annevankesteren.nl/

Received on Wednesday, 12 June 2013 09:32:19 UTC