How can I integrate video calls in android

Copper Contributor

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

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 here.

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

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 document.