You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 andnavigator.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)
The text was updated successfully, but these errors were encountered: