Feb 21 2022 06:50 PM
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.
Feb 21 2022 10:24 PM
Feb 23 2022 12:02 AM
Feb 23 2022 12:57 AM
@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.
Feb 25 2022 06:04 AM - edited Feb 25 2022 06:05 AM
@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
Feb 27 2022 11:54 PM
Mar 01 2022 06:02 PM