Staffbase / plugins-client-sdk

Staffbase plugins client SDK for JavaScript
Apache License 2.0
1 stars 2 forks source link

feature request: access camera stream #62

Open kraiz opened 3 years ago

kraiz commented 3 years ago

Plugins for Staffbase are technically plain html5 web app. That's great - we love the web. It provide so many APIs. For 2 of our plugins there's already great potential for accessing the camera stream - usually done via MediaDevice-API. For example we like to provide QR-Code scanning (display the camera stream, continuously analyze and augment it with visual feedback).

I wonder if it's just the Iframe's Feature-Policy that need to be touched on Staffbase side.

Ninerian commented 3 years ago

Thanks for your request. We could see if this is just a iframe sandbox parameter or if we could provide this via the client sdk.