We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0044b5d + 7d7bba0 commit 0a1af3dCopy full SHA for 0a1af3d
README.md
@@ -190,9 +190,8 @@ const rec = new Recorder({ encoderPath });
190
---------
191
### Gotchas
192
- To be able to read the mic stream, the page must be served over https
193
-- iOS Safari requires `rec.start()` to be called from a user initiated event
194
-- macOS Safari v11 native opus playback is not yet supported
195
-- iOS Safari v11 native opus playback is not yet supported
+- macOS and iOS Safari requires `rec.start()` to be called from a user initiated event. Otherwise the mic stream will be empty with no logged errors
+- macOS and iOS Safari native opus playback is not yet supported
196
197
198
0 commit comments