Forum Discussion
How can I integrate video calls in android
I am new to android and working on application, at point I need to integrate teams video calls in application, I am able to get list of meetings of login user through replicating steps told here
https://docs.microsoft.com/en-us/graph/tutorials/android
but no idea how to start video calls.
It will be great help if anyone help me out in finding solution for this
Thank you!
3 Replies
- Rama-MSFTBrass Contributor
Hi Megha1865,
Thanks for reaching us!
Currently it's not possible to initiate teams calling feature from external application.
If you wish to consider this feature request please try to raise a user voice https://microsoftteams.uservoice.com/forums/555103-public-preview/category/182881-developer-platform
- Megha1865Copper Contributor
Hi Rama-MSFT
Thank you for quick reply
As you mentioned is it not possible to start or join video call after integrating Microsoft teams in my application in any way.
What I want is creation of a meeting in Microsoft teams through my app and start it when start time achieved. Is it possible after integration of Microsoft teams in my app?
Thank you
- Rama-MSFTBrass Contributor
Hi Megha1865,
Yes, it is possible after integration by using Graph API, but its needs few permission to enable from application level.
Could you please have a look on this https://docs.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-1.0&tabs=http.