otalk / getUserMedia

Cross-browser getUserMedia shim with a node.js style error-first API
233 stars 43 forks source link

use adapter.js #11

Closed fippo closed 9 years ago

fippo commented 9 years ago

moar adapter. h/t @legastero @xdumaine :-)

fippo commented 9 years ago

published as 1.3.0

xdumaine commented 9 years ago

Seem to be getting Reference Errors in unsupported browsers (i.e., safari) in LocalMedia now. Might be an issue on my end, but thought I'd mention it here in case you knew of anything.

xdumaine commented 9 years ago

FYI https://github.com/webrtc/adapter/pull/64. Once that is merged, and they publish a release to npm, bundles will need updated again.

fippo commented 9 years ago

let's work around this internally for now... see also my PR #63