Forum Discussion
Teams App for Video Analysis
lucasaabueno -
Yes, solution 1 seems to be possible with the current API. You can create an app that runs in the background and listens for notifications. When a meeting starts, it can launch a browser window that loads the JavaScript script for analysis. The app can then call a webhook when the meeting ends to send the data to the server. However, it's important to note that this solution would only work for the host and would require the host to authorize camera access and keep the window open during the meeting.
Secondly, it is not possible for a bot to directly access the video stream from the host and client without using a browser. Bots in Teams are primarily text-based conversational interfaces and do not have direct access to video streams. To access the video stream, you would need to use a browser or a media platform like the Real-time Media Platform mentioned in the context.
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link.