Skip to content

Commit

Permalink
Clarify gotchas in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rudmin committed Jul 8, 2020
1 parent 40cc7aa commit 7d7bba0
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 7d7bba0

Please sign in to comment.