MS Teams APIs for web integration

Saeed 6 Reputation points
2021-01-04T12:22:01.053+00:00

Hi, we're working on a website that provides live group video calls, chat and calendar functions.
I basically need to know if I can use MS Teams APIs to integrate live video calls (and other functionalities such as chat) into my website so users can host or join calls through our website (and without going to MS Teams directly).
I appreciate any info you can provide.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,798 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,907 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Rama-MSFT 176 Reputation points
    2021-01-08T11:43:47.663+00:00

    @Saeed

    You cannot make use of these MS Teams 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. Also, it is not possible to initiate a teams call from an external application.

    0 comments No comments