I would like to use Microsoft Teams to start a video call using HoloLens device with another people (using a PC).
I have and UWP app that I can install on HoloLens device, I would like to use Microsoft Teams to start a video call, to stablish a communication between HoloLens user and Pc user. The problem is that I cannot install Microsoft Teams on HoloLens Device.
I have reviewed that exist Remote assist but I need a subscription to use it, so I wondering if using Microsoft Graph API in a HoloLens's UWP app, I will can initialize a video call through Microsoft teams. Will it be possible to do it?
I see that I can create a Call: https://learn.microsoft.com/en-us/graph/api/application-post-calls?view=graph-rest-1.0&tabs=http but,
Any help is appreciated.
We can create a call using an Graph API.
When a call is created need to mention the requestedModalities where audio/video/videoBasedScreenSharing can be define for a call. please check the properties in Call resource type .
You need to create a calling bot for creating call.
To create a bot you need access to Azure Active Directory.