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.
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, 2022Microsoft
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, 2022MicrosoftShawnLien-Could you please confirm if your issue has resolved with above suggestion or still looking for any help?
- ShawnLienMar 02, 2022Copper ContributorThanks for your help.
We're still working on example practices.
Our requirement is to be able to call an API so that AAD users can automatically join the meeting.
There is no need to dial, join, or answer operations on the Teams UI screen.
There doesn't seem to be a way to do it yet.