Forum Discussion
(Graph API & Teams Meeting) How to join an online meeting with an application instance account
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.
- ShawnLienFeb 23, 2022Copper 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-MSFTFeb 25, 2022
Microsoft
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- Sayali-MSFTFeb 28, 2022
Microsoft
ShawnLien-Could you please confirm if your issue has resolved with above suggestion or still looking for any help?