vanelizarov / flutter_macos_webview

Flutter plugin that lets you display native WebView on macOS
MIT License
44 stars 25 forks source link

Support WebCam #10

Closed hpwahyao closed 3 years ago

hpwahyao commented 3 years ago

Hi @vanelizarov , may I know if can enhance the wedge to support open webcam from the html? e.g. support google meeting.

Thank you

vanelizarov commented 3 years ago

@hpwahyao have you tried to implement it?

Plugin is based on native WKWebView which is, roughly speaking, a plain browser with Javascript and all its APIs. Hopefully, there is support for navigator.mediaDevices.getUserMedia()

hpwahyao commented 3 years ago

sorry for late reply. it does not work.