This repository was archived by the owner on Mar 31, 2023. It is now read-only.
Unable to get MeetingId and teamsContext properties in a teams tab that has been added to a meeting #60
Unanswered
mohammadamer
asked this question in
Q&A
Replies: 3 comments 5 replies
|
Hi mohammadamer, have you tried getting the Teams meeting id through Microsoft Graph |
2 replies
|
Tracking here OfficeDev/microsoft-365-agents-toolkit#7953 |
0 replies
|
I could only give you answers dealing with JavaScript. Didn't try to refactor that to C#, yet. Even in my Visual Studio projects. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Unable to get MeetingId and teamsContext properties in a teams tab that has been added to a meeting. What could be wrong ?
Caould you please help ?
Description
MeetingId in teamsContext is always null and almost all TeamsContext properties.
To Reproduce
Steps to reproduce the behavior:
Expected
Expected behavior is to be able to retrieve the teams context properties and the meeting Id
Screenshots
Code changes to get meeting Id
All reactions