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
Nov 03, 2021Copper Contributor
Hi,
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.
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-MSFT
Microsoft
Nov 11, 2021The 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 ?
- Nivedipa-MSFTNov 16, 2021
Microsoft
Could you please go through below doc if its help you in any way.
https://taerimhan.com/consuming-microsoft-graph-api-from-pcf-control/- FlorentGNov 16, 2021Copper Contributor
It seems to be a real cool article, thx a lot.