Found this super cool library from a newsletter, this is the sort of thing that really feels like magic 😍
I immediatelly had a bunch of ideas on how to use this, but the browser support was a bit lacking.
I noticed Quiet.js is using navigator.getUserMedia which is deprecated and navigator.mediaDevices.getUserMedia has much better support, even Safari on mobile!
I did a quick test tomasmcm@6b8bbd6 and it does work on my iPhone!!!
I can make a simple PR with that change, is that something you'd want? (I saw the last update was May 2021)
Found this super cool library from a newsletter, this is the sort of thing that really feels like magic 😍
I immediatelly had a bunch of ideas on how to use this, but the browser support was a bit lacking.
I noticed Quiet.js is using
navigator.getUserMediawhich is deprecated andnavigator.mediaDevices.getUserMediahas much better support, even Safari on mobile!I did a quick test tomasmcm@6b8bbd6 and it does work on my iPhone!!!
I can make a simple PR with that change, is that something you'd want? (I saw the last update was May 2021)