R rickKoch New Member Aug 25, 2021 #1 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 } });
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 } });
Max Administrator Staff member Aug 26, 2021 #2 Good day. You can use canvas streaming to do this. Please see the article A how-to guide on Canvas streaming via WebRTC. Use drawImage method to scale image in and out (details are here)
Good day. You can use canvas streaming to do this. Please see the article A how-to guide on Canvas streaming via WebRTC. Use drawImage method to scale image in and out (details are here)