Michael Hagar

Results 5 comments of Michael Hagar

Looks like the issue was my React version. I was using version 16.8.6. Upgrading to 16.9.0 worked. Could this be specified in the docs, maybe as a NPM peerDependency?

Looks like Mongo 3.6 is only supported on Ubuntu 18 starting from `3.6.20`+: https://docs.mongodb.com/v3.6/administration/production-notes/#supported-platforms

Also having this same problem - I'm using MacOS Catalina 10.15.1.

In theory, in lieu of the User Agent Client Hints API, it would be possible to determine the OS on Safari/Firefox based on feature detection, in cases where a feature...

At Zoom we're currently using MediaStreamTrackProcessor for video, and WebAudio for audio (very similar to this pattern: https://developer.chrome.com/blog/audio-worklet-design-pattern#webaudio_powerhouse_audio_worklet_and_sharedarraybuffer). It works, but there's a lot of complexity that comes with WebAudio...