Zooming from web sdk

rickKoch

New Member
Is there any api functionalities where I can zoom in and zoom out from the Web sdk?

Something like this:
const stream = await navigator.mediaDevices.getUserMedia({
video: { zoom: true }
});
 
Top