Teams video calling SDK for my android application

Sapphire_Hitarth 21 Reputation points
2020-12-23T10:43:51.01+00:00

Hello there,

I am having an application where I want to connect two of my clients via video calling, is there any possibilities that I can do it by using the Video functionality of Microsoft Teams OR they provide SDK for the same or anything.
If yes please guide me on this..!

Regards,
Hitarth Joshi

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,067 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,843 questions
0 comments No comments
{count} votes

Accepted answer
  1. JimmyYang-MSFT 48,866 Reputation points Microsoft Vendor
    2020-12-24T07:11:08.58+00:00

    Hi @Sapphire_Hitarth ,

    Our forum is focused on general issue on Microsoft Teams troubleshooting. According to your description, your issue is more related to development, which we do not support. To get better response, we recommend you post your issue to it:

    https://stackoverflow.com/questions/tagged/botframework%20microsoft-teams

    I will provide some links about Teams video calling API document for your reference:

    https://learn.microsoft.com/en-us/graph/api/resources/call?view=graph-rest-1.0

    https://microsoftgraph.github.io/microsoft-graph-comms-samples/docs/


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Tomas Chladek 81 Reputation points Microsoft Employee
    2022-06-15T09:28:44.217+00:00

    @Sapphire_Hitarth consider using Azure Communication Services with ACS or Teams identity to connect with Teams users.

    Here is JavaScript calling SDK that allows Teams users to call to Teams users or Teams meetings - https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/get-started-with-voice-video-calling-custom-teams-client

    Here is Android calling SDK that allows ACS users joins Teams meeting as Teams anonymous user - https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/get-started-teams-interop?pivots=platform-android

    Let me know if this was helpful for you

    0 comments No comments