How to invite user to a teams meet by ringing them on teams?

a-s 0 Reputation points
2024-12-30T09:01:37.56+00:00

I’m working on an app that generates Microsoft Teams meeting links using the Graph API. I want to invite a specific user to the meeting and have their Teams app "ring" them directly, so they can join immediately upon answering. Any guidance, sample code, or links to documentation would be greatly appreciated!

Thanks in advance!

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,608 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,702 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.
3,462 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Rajat Vashistha-MSFT 90 Reputation points Microsoft Vendor
    2024-12-30T10:12:45.74+00:00

    Hi a-s,

    Thank you for reaching out to Microsoft!

    Here are some resources and guidance on how to generate Microsoft Teams meeting links using the Graph API and invite a specific user to the meeting.

    You may use the Calling and Meeting Bot functionality as shown in the article below.

    https://learn.microsoft.com/en-us/samples/officedev/microsoft-teams-samples/officedev-microsoft-teams-samples-bot-calling-meeting-csharp/

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.
    0 comments No comments

  2. Sayali-MSFT 3,321 Reputation points Microsoft Vendor
    2024-12-30T10:16:40.8933333+00:00

    Hello @a-s,
    Thank you for your inquiry about your Teams app development issue!

    Creating an app that generates Microsoft Teams meeting links and invites a specific user to the meeting, making their Teams app "ring" directly, is indeed possible using the Microsoft Graph API.
    You can use the onlineMeeting resource in the Microsoft Graph API to create an online meeting. This API allows you to create a standalone meeting that isn't associated with any event on the user's calendar.
    To invite users to the meeting, you can use the AddParticipants method of the Microsoft Graph API. This method allows you to add participants to an existing meeting.
    To make the Teams app "ring" the user directly, you can use the call resource in the Microsoft Graph API. This resource allows you to place a call to a user, which will make their Teams app ring.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.