I would like to add a function to Teams that captures the camera video of the Teams web conference and saves it as an image file.
Since I want to operate regardless of devices such as PCs, tablets, and smartphones, I need a capture function that works only with the Teams app without using other apps.
The camera image I want to capture is not on my side, This is the image of the other party's camera in the web conference.
Is it possible to develop such a function with the Teams client SDK? Or do I need another method?
I looked at the Microsoft Teams SDK reference, but as far as I could see, I couldn't find a method that would allow an app to access the web conference camera video.