quiet / quiet-js

Transmit data with sound using Web Audio -- Javascript binding for libquiet
BSD 3-Clause "New" or "Revised" License
2.19k stars 150 forks source link

Safari 11 - Webrtc Support #17

Open ekoome opened 7 years ago

ekoome commented 7 years ago

Given that Safari 11 is supporting webrtc API (https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Safari_11_0/Safari_11_0.html), noticed on iOS, i’m Being requested for mic permission but no data is picked up.

Googled and looks like getUserMedia is under navigator.mediaDevices. Is it possible to update the demo to make this work for Safari?