IlyaL

Results 109 comments of IlyaL

You might find some help here: https://github.com/orgs/vuejs/discussions/10538

You can try this approach: https://playground.vueuse.org/?vueuse=13.2.0&ssr=true#eNqNVVtv2zYU/itnepEMOHKKbXnQ7GDdmgEptrZosr1UxaJKRyljmSRIyhcY+u/7SFmy18VdgUAmz/U7F37ZRy+1TtctR1k0t6UR2pFl1+rrXIqVVsbRngwXpRNrpo5qo1YUwz4e9b+qle7leZTO/M3Hy6Nc5rJU0joqGyX5FbOmBTEtrun13ds3qS6M5SQcrTNCPop6l/BkMni9uvnt5Z+/3//tLeD4YU86A5gyoxfUTUkWK84oFlK4mLqPg5djfBYj5GTMnZzG81lyOZvRbU3us7CEvwqGU9yYWsukanpw6j3XNlmpipu/iqbldO2/kwcSMpTtC6WNaBr6xKVaMeRc1xwyp7lEI+/FilXrkmTi697nkpD0rtVaIQdyGfhYKqgyxYYNIYgGDOnIq1K6WbPZkUMQEs5bKs2Sqyk8JG9grnceqQddFa7wFpAJrvqBvEN3CgAJXenBozdnWpJLdPXHy8vQmvmsXwasAS6OV7opHONGNK/EGjEKaxd5tDGF1mzyKKgOyvVFrQyUiYDjlES1nfiOeRB5RNmSd1BCiot1u4Zxq4RFhl1WN7z9aYxG3jfb7/0Pdd08rNr6Igwk8+Hg6X8+QP8RXvOwfgOUGbAE/OE2iImweOgwdmnfb0vXjUaz3mpwnc9OKsc1oMUxPZQdBkoDdurBQ+IPF5UwfhOUzDCTpl3JoCoa8SgvfGMs5MDBJsifWuvwAC6wxS6gG3VAh2mEzNE0chYWtXhMn6ySeLQBQR75xRENm7faZ7R5hPL6mvKoaBq1eR1kzrQ8HeTlZy6Xz8ifLCaT4fDOsGWzxlseda4wj4wpevXN3Rve4jwqMZe2gfVXlO/ZohceY2/2SysrwD6xC2hvA7WAE+7tzRb9sENRHqi37IJ9HuEB+pGfK/0I9/v0h+CHfqKLw+P9GutVXOM5/+F3bSC+kC+PMJTRqueIL5gRb/ycwc+wAL/MSmW85Re0dZIzib0sDq+xtwEB9rSHYItD3OT4smGJvP9jOg10jnUtMYoaK1s0IKJu4mnp1vVctlFmecxZnoZA0w6pzrBbSDoyTRxW7OrqCpWST3HwT0uv9Hh0HOT/Tk1UHkN4qzIejJSM/dcsv6MQ29PiQyh0sTjN93BI+F+Qz8R+rnxw4YvLbyTDgcQ+KVOxwf8nvSWsuahIC7k8cqO+1gvPOhqU048nXPs5dQP59D3MaC6kbt1AdwjvxaDM2XmKirp/ADHzm+A= Or refer to this approach: https://github.com/orgs/vuejs/discussions/10538#discussioncomment-10830116

It should be working well now.

Try this https://stackblitz.com/edit/vitejs-vite-juwlhb?file=src%2FApp.vue

I’d personally like `refManualReset` to mirror `refAutoReset` as much as possible. They can live as separate `composables`, but their API and internal structure should be very similar.

Can you explain a bit more about when generics are needed? Thanks.

Making it generic could add some flexibility here, and I don’t think it’d be a breaking change. maybe I’m missing something. @OrbisK @43081j wdyt?

I think this is an expected behavior, because according to [MDN](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia): > The constraints parameter is an object with two members: video and audio, describing the media types requested. Either...

If there are still errors, feel free to open it.