eface2face / rtcninja.js

WebRTC library to make media management easier across different browsers.
MIT License
73 stars 23 forks source link

unsupported constraints #18

Closed dpocock closed 9 years ago

dpocock commented 9 years ago

If an application tries to use a constraint that the browser doesn't recognise, there is an exception.

Could more logic be added to do one of the following:

ibc commented 9 years ago

Honestly I do not want to track all the custom constraints each vendor defines and supports.

rtcninja.browser exports the bowser module which lets the user detect the current browser and platform.

I understand your concern, but I won't take the responsability of maintaing these exceptions.