Forum Discussion
LeeJinWoo
Jun 13, 2023Copper Contributor
How do I get the subject of a meeting with a bot added to an online meeting?
Greetings, Based on the sample app provided by TeamsToolkit, we are checking various things. Briefly, I created an onlineMeeting titled "Test meeting" and added the B bot. When B bot simply receive...
- Jun 14, 2023
LeeJinWoo - Could you please verify if you have required pre-requisites and APIs configured as mentioned in below doc: https://docs.microsoft.com/en-us/microsoftteams/platform/apps-in-teams-meetings/api-references?tabs=dotnet#meeting-details-api
Also please check once, have you added online meeting permissions in the manifest."applicationPermissions": [ "OnlineMeeting.ReadBasic.Chat" ]
Sayali-MSFT
Microsoft
Jun 13, 2023LeeJinWoo-Thanks for reporting your issue.
Could you please share the sample which you refer so that we can try to repro from our end?