Forum Discussion
student screen-sharing only with a teacher
Hi,
I understand that currently it is not possible to have students screen share only with their teacher. I am looking to develop an app that will do that.
As the school which is looking for this functionality is intending to use Microsoft Teams for schools, I am wondering which Microsoft APIs could I use to accomplish that functionality? I am looking at Graph API v1.0, Cloud Communications API, call element and it does not seem that is possible. Am I correct? Is there another API with which I could accomplish desired functionality?
In other words: How could I accomplish screen sharing between student and teacher, but not between students?
Thank you in advance!
- Trinetra-MSFTMicrosoft
codergal You can check changeScreenSharingRole Graph API. This API allow to set the roles as Viewer and Sharer. in your case you can make the teacher as Sharer only.