Forum Discussion
How do I get the subject of a meeting with a bot added to an online meeting?
- 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" ]
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"
]
LeeJinWoo - Could you please share your valuable feedback via Microsoft Teams Developer Feedback link.