-
-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loadOptions() improvement #254
Comments
@tomasdev sounds good, cheers. And documenting this in the readme would be nice as well. |
@tomasdev any news? |
Allows loadOptions() method to receive an options structure parameter.
Both of the above mentioned options are not switching the camera. |
Tried this |
@naveedabbas2007 don't hijack a ticket, please open a new one. |
This is a suggestion, after reading #76
Currently, one needs to do the following for example, to change one of the options (in this case, switching camera facing mode from
environment
touser
)It would be better to have
loadOptions()
accept an optional parameter being the object to get options merged with:(this would be 2 lines in a PR, I'm willing to do if this idea is accepted)
The text was updated successfully, but these errors were encountered: