Forum Discussion
Integrate Teams Video calls in my application
PriyaAcharya You cannot make use of these API's without having a Teams app. You will need to register an app, get an access token with required permissions and use that token to make the graph call. Could you please elaborate more on your scenario?
Gousia_Begum Thanks for your response. Here are more details of what I am planning to do.
1. I have my own web application for a workflow - say employee on boarding
2. In one of the steps, HR team would like to have a video call with new employee.
3. We want to use Microsoft Teams Video calling facility for this.
4. So when we click on "Call" button, we want to start video call with the new employee (via email provided)
So for this, can we directly call graph APIs for making calls from our web application? If yes, any pointers for that will help.
- Gousia_BegumJun 04, 2020Former Employee
PriyaAcharya No it is not possible to initiate a teams call from an external application.
- yusufunluOct 16, 2020Copper Contributor
Gousia_Begum is it possible to open in new browser tab team online meeting page(video) ?
I have another business case : customers will talk to eachother 1to1 or 1toMany and I want to create a scheduled meeting between them by using my teams account or developer account. So they can jump to new tab by clicking button on my web app.
Is this possible ?