Hi, I'm using Compose 1.8.2, on Wasm I can use `wi...
# multiplatform
t
Hi, I'm using Compose 1.8.2, on Wasm I can use
window.navigator.getUserMedia
, but I noticed there is no
MediaRecorder
class, I found this repo
<https://github.com/JetBrains/kotlin-wrappers>
but I'm not sure if they are compatible between each other, the
MediaRecorder
expects a different
MediaStream
than the one provided by Compose, can someone help me with this? 🙏