I am trying to create a power app and add it to a particular teams meeting. I want to that power app to be able to get the meeting title and meeting members list. I have tried below things but it does not work:
Teams Context Variable:
-Param("userPrincipalName")
-Param("meetingTitle")Microsoft Teams Integration Object. Usage:
-Teams.ThisMeeting(it has only one property called Id)Microsoft Teams Connector. Usage:
-MicrosoftTeams.<objectName>(nothing related to current meeting.)
Please help me out with this.