Forum Discussion
erdi kudu
Oct 29, 2021Copper Contributor
Get MeetingId via Param Function in PowerApps Canvas App
I developed an app to put it on the meeting side panel. I need to get the current meeting url or Id via Param function in Canvas App. Is there any way to get this value?
erdi kudu
Oct 31, 2021Copper Contributor
Hi,
Why did you recommend me to get the App ID? But I tried it. It didn't work out. I would like to get the meeting Id that I attended on Microsoft Teams via Canvas App like below.
Nivedipa-MSFT
Microsoft
Nov 03, 2021Could you please share some repro steps for how to use Canvas App in meeting?
- erdi kuduNov 03, 2021Copper ContributorHi,
I created a new canvas app via Powerapps. Then I used the add to teams option. But I didn’t added it directly to the team or channel. I exported it. Then I uploaded it via teams apps section. Then I created a meeting and I could see that app in the meeting page in teams. When I opened the app, it shows me that app in the side panel like the image that I sent you in the previous email. But it can not get the meetingid or app id in the app.- Nivedipa-MSFTNov 11, 2021
Microsoft
The meeting context (user role, meeting id, meeting members, etc) is only available via Teams Client SDK (based on JavaScript).Power Apps doesn’t allow the use of custom JavaScript code in applications, so you’re unable to detect the user role, get the meeting id, and obtain other information from the context.
You can go through below doc for more details.
Power Apps with Teams Meetings Extensibility – techpeanuts (tech-peanuts.com)
- FlorentGNov 15, 2021Copper Contributor
Might it be possible through a custom PCF ?