Skip to content

Commit 0a1af3d

Browse files
authored
Merge pull request #19 from avantassessment/readme
Clarify gotchas in the readme
2 parents 0044b5d + 7d7bba0 commit 0a1af3d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,8 @@ const rec = new Recorder({ encoderPath });
190190
---------
191191
### Gotchas
192192
- 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
193+
- 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
194+
- macOS and iOS Safari native opus playback is not yet supported
196195

197196

198197
---------

0 commit comments

Comments
 (0)