Skip to content

Commit f94eec2

Browse files
committed
Update readme
1 parent 4364022 commit f94eec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ const rec = new Recorder({ encoderPath });
199199
- To be able to read the mic stream, the page must be served over https. Use ngrok for local development with https.
200200
- All browsers require that `rec.start()` to be called from a user initiated event. In iOS and macOS Safari, the mic stream will be empty with no logged errors. In Chrome and Firefox the audioContext could be suspended.
201201
- macOS and iOS Safari native opus playback is not yet supported
202+
- The worker files need to be hosted on the same domain as the page recording as cross-domain workers and worklets are not supported.
202203

203204

204205
---------

0 commit comments

Comments
 (0)