Skip to content

Commit

Permalink
Merge pull request #19 from avantassessment/readme
Browse files Browse the repository at this point in the history
Clarify gotchas in the readme
  • Loading branch information
chris-rudmin committed Jul 8, 2020
2 parents 0044b5d + 7d7bba0 commit 0a1af3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,8 @@ const rec = new Recorder({ encoderPath });
---------
### Gotchas
- To be able to read the mic stream, the page must be served over https
- iOS Safari requires `rec.start()` to be called from a user initiated event
- macOS Safari v11 native opus playback is not yet supported
- 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


---------
Expand Down

0 comments on commit 0a1af3d

Please sign in to comment.