You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- To be able to read the mic stream, the page must be served over https. Use ngrok for local development with https.
200
200
- 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.
201
201
- 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.
0 commit comments