KevinnZou / compose-webview-multiplatform

WebView for JetBrains Compose Multiplatform
https://kevinnzou.github.io/compose-webview-multiplatform/
Apache License 2.0
305 stars 39 forks source link

How do I turn on my microphone and camera? #114

Closed VaIOReTto1 closed 1 month ago

VaIOReTto1 commented 2 months ago

How do I turn on my microphone and camera?

KevinnZou commented 2 months ago

To launch a camera, you can use JsBridge to pass the event to the native side and have it handle the event.