Forum Discussion
(Graph API & Teams Meeting) How to join an online meeting with an application instance account
Hello Team:
I created an account for an application instance through the Power Shell command
New-CsOnlineApplicationInstance
Is there a way to join this application instance account to an online meeting, similar to calling Graph Communications Calls API, that can join bot to an online meeting without the user to answer.
Thanks.
- ChetanSharma-msftMicrosoftWe will check on it from our end and let you know, if we find any.
- Sayali-MSFTMicrosoftShawnLien- Please have a look at this doc-
https://docs.microsoft.com/en-us/graph/api/onlinemeeting-createorget?view=graph-rest-1.0&tabs=powershell#request
Let us know if you have any query.- ShawnLienCopper Contributor
Sayali-MSFTThanks for your reply.
As far as I know, Graph OnlineMeetings Create API (or CreateOrGet) can specify participants in the Participants property of the OnlineMeeting object of the request. But this just lists it as an attendee instead of joining the meeting.
As shown in the figure, we hope that a Bot like BotDemo can join the meeting by using the Graph Calls API without requiring the user to join or answer.
- Sayali-MSFTMicrosoft
ShawnLien-Calling and Meeting Bot provides basic functionality like Create Call, Join a call, Transfer/Redirect a call, Join a scheduled meeting and invite the participants by integrating cloud communications API Graph API.
Ref. doc:-Calls and online meetings bots - Teams | Microsoft Docs
https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-calling-meeting/csharp