samdutton / simpl

Simplest possible examples of HTML, CSS and Javascript:
https://simpl.info
Apache License 2.0
5.18k stars 1.64k forks source link

getUserMedia/sources: Switch away from optional constraints #114

Closed philn closed 6 years ago

philn commented 6 years ago

There's no longer an optional item. Device ID has to be specified using deviceId: {exact: deviceID}.

samdutton commented 6 years ago

Thank you!