I have an app for videocalls with Angular and openvidu-browser and I want to know if it is possible to allow users to zoom with their cameras, and remote users to see these changes.
I’ve done some tests with MediaDevices.getUserMedia() and MediaStreamTrack.applyConstraints(). I got it work in the browser, but in a WebView it didn’t work. I’m not sure if this is a limitation of WebViews because I’ve read about this in some threads like this one: 1137869 - chromium - An open-source project to help move the web forward. - Monorail
Does anyone have any knowledge about this, or maybe, has anyone implemented this feature like this or otherwise?
Thanks in advance